diff --git a/call_traits_test.cpp b/call_traits_test.cpp index 628f7b5..f5ac3a2 100644 --- a/call_traits_test.cpp +++ b/call_traits_test.cpp @@ -445,7 +445,7 @@ template struct call_traits_test; #endif #if defined(BOOST_MSVC) && _MSC_VER <= 1300 -unsigned int expected_failures = 14; +unsigned int expected_failures = 12; #elif defined(__SUNPRO_CC) #if(__SUNPRO_CC <= 0x520) unsigned int expected_failures = 18;