From 8792bd705a62831f7937b865a60b2fe7906bbb8c Mon Sep 17 00:00:00 2001 From: Vesa Karvonen Date: Sun, 16 Jun 2002 09:20:03 +0000 Subject: [PATCH] Removed MWCW workarounds from tests - tests are now less strict [SVN r14152] --- test/preprocessor_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/preprocessor_test.cpp b/test/preprocessor_test.cpp index e897e7d..5225a67 100644 --- a/test/preprocessor_test.cpp +++ b/test/preprocessor_test.cpp @@ -50,7 +50,7 @@ TEST_B BOOST_PP_CAT(BOOST_PP_IF(1,tru,fals), e) TEST_E /* *** */ -char stringize_test[2] = BOOST_PP_STRINGIZE(__LINE__); +char stringize_test[3] = BOOST_PP_STRINGIZE(__LINE__); /* *** */