2
0
mirror of https://github.com/boostorg/context.git synced 2026-01-22 17:12:17 +00:00

fix unit-test

This commit is contained in:
Oliver Kowalke
2016-10-15 08:25:29 +02:00
parent 2e5430fd27
commit 2bfdd768d3

View File

@@ -528,6 +528,6 @@ boost::unit_test::test_suite * init_unit_test_suite( int, char* [])
return test;
}
if defined(BOOST_MSVC)
#if defined(BOOST_MSVC)
# pragma warning(pop)
#endif