2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-14 00:42:53 +00:00

Recovered error tests

This commit is contained in:
Ruben Perez
2022-10-04 22:41:02 +02:00
parent 9ece4914de
commit e2d6e9b483
2 changed files with 3 additions and 2 deletions

View File

@@ -6,12 +6,13 @@
//
#include <boost/mysql/error.hpp>
#include <boost/mysql/detail/auxiliar/stringize.hpp>
#include "test_common.hpp"
using boost::mysql::errc;
using boost::mysql::detail::error_to_string;
using boost::mysql::detail::stringize;
using boost::mysql::error_info;
using boost::mysql::test::stringize;
BOOST_AUTO_TEST_SUITE(test_error)