From 4f323d984525c2288a99920df517fa95a2daba1e Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 1 Oct 2007 08:29:15 +0000 Subject: [PATCH] Disable test for Intel-10. [SVN r39633] --- test/promote_enum_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/promote_enum_test.cpp b/test/promote_enum_test.cpp index c3d3f59..60b087e 100755 --- a/test/promote_enum_test.cpp +++ b/test/promote_enum_test.cpp @@ -91,7 +91,7 @@ void test_promote_to_int_or_uint() } #if (defined(BOOST_MSVC) && BOOST_MSVC <= 1400 ) || \ - (defined(BOOST_INTEL_WIN) && BOOST_INTEL_WIN <= 900) + (defined(BOOST_INTEL_WIN) && BOOST_INTEL_WIN <= 1000) // Don't test UIntEnum on VC++ 8.0 and Intel for Windows 9.0, // they are broken. More info is on top of this file. #else