diff --git a/test/run/read_write_non_literal.cpp b/test/run/read_write_non_literal.cpp index 771e9fc..a47bba4 100644 --- a/test/run/read_write_non_literal.cpp +++ b/test/run/read_write_non_literal.cpp @@ -38,7 +38,6 @@ void test_type(const T& value, const char* ethalon) { int main() { -#if !defined(_MSC_VER) /* TODO: remove after fixing strange errors https://ci.appveyor.com/project/apolukhin/magic-get/build/1.65.108-develop */ struct test4 { int f0; std::string f1; @@ -67,7 +66,6 @@ int main() { "{1, \"my o my\", 3, 4, \"hello there!\"}" ); #endif -#endif return boost::report_errors(); }