From afc8b2c0c7270fb3de4632ef2b961c215cefb573 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Thu, 12 Jun 2003 14:30:53 +0000 Subject: [PATCH] chg tag to ... [SVN r18787] --- test/is_class_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);