Fix for Sun 5.1 compiler

[SVN r10088]
This commit is contained in:
John Maddock
2001-05-11 10:48:29 +00:00
parent a31664dd61
commit 2925d47a36

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 = 61;
unsigned int expected_failures = 55;
#elif defined(__GNUC__)
// classes that are POD's, or empty:
unsigned int expected_failures = 4;
@ -229,3 +229,4 @@ unsigned int expected_failures = 4;