diff --git a/test/is_class_test.cpp b/test/is_class_test.cpp index 7e37496..261a296 100644 --- a/test/is_class_test.cpp +++ b/test/is_class_test.cpp @@ -29,12 +29,12 @@ TT_TEST_BEGIN(is_class) BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_class::value, false); #else std::cout << - "\n" + "\n\n" "This compiler version does not provide support for is_class on\n" "union types. Such support is not currently required by the\n" "C++ Standard. It will be required to support the upcoming\n" "Standard Library Technical Report.\n" - "\n"; + "\n"; #endif BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_class::value, true);