register expected failures for Pro7.2

[SVN r13485]
This commit is contained in:
Dave Abrahams
2002-04-15 02:31:33 +00:00
parent 36005cdb14
commit 415b3247dc

View File

@ -97,7 +97,9 @@ int cpp_main(int argc, char* argv[])
// define the number of failures expected for given compilers:
#ifdef __BORLANDC__
unsigned int expected_failures = 1;
#else
#elif defined(__MWERKS__) && __MWERKS__ < 0x3000
unsigned int expected_failures = 35;
#else
unsigned int expected_failures = 0;
#endif