updated expected failures for MWERKS

[SVN r12920]
This commit is contained in:
Dave Abrahams
2002-02-24 02:48:54 +00:00
parent 3294d07126
commit 1307a897df

View File

@ -41,10 +41,6 @@ int cpp_main(int argc, char* argv[])
//
// define the number of failures expected for given compilers:
#ifdef __MWERKS__
unsigned int expected_failures = 5;
#else
unsigned int expected_failures = 0;
#endif