From 1e262bc976f8378aab1fe5c6d86da270c609432a Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 12 Dec 2002 13:44:04 +0000 Subject: [PATCH] function_n_test.cpp: Add a missing #endif [SVN r16595] --- test/function_n_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/function_n_test.cpp b/test/function_n_test.cpp index 61ccaca..a89d936 100644 --- a/test/function_n_test.cpp +++ b/test/function_n_test.cpp @@ -502,6 +502,7 @@ test_zero_args() #endif #if !defined(BOOST_MSVC) || BOOST_MSVC > 1300 || defined(BOOST_STRICT_CONFIG) BOOST_TEST(v9 == 0); +#endif # if !defined(__SUNPRO_CC) || __SUNPRO_CC > 0x540 || defined(BOOST_STRICT_CONFIG) BOOST_TEST(0 == v9); #else