forked from boostorg/type_traits
register expected failures for Pro7.2
[SVN r13485]
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user