function_n_test.cpp: Add a missing #endif

[SVN r16595]
This commit is contained in:
Douglas Gregor
2002-12-12 13:44:04 +00:00
parent b58acb02e3
commit 1e262bc976

View File

@ -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