Sun 5.1 fix

[SVN r10065]
This commit is contained in:
John Maddock
2001-05-08 11:36:19 +00:00
parent a7d0712cb2
commit efeefc22b0

View File

@ -214,7 +214,7 @@ int cpp_main(int argc, char* argv[])
// can't handle enum's or classes that are POD's
unsigned int expected_failures = 10;
#elif defined(__SUNPRO_CC)
unsigned int expected_failures = 58;
unsigned int expected_failures = 61;
#elif defined(__GNUC__)
// classes that are POD's, or empty:
unsigned int expected_failures = 4;
@ -228,3 +228,4 @@ unsigned int expected_failures = 4;