From efeefc22b0e423d382c72e4c596725bba258b13a Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 8 May 2001 11:36:19 +0000 Subject: [PATCH] Sun 5.1 fix [SVN r10065] --- tests/object_type_traits_test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/object_type_traits_test.cpp b/tests/object_type_traits_test.cpp index 5d97aa0..6e4dcce 100644 --- a/tests/object_type_traits_test.cpp +++ b/tests/object_type_traits_test.cpp @@ -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; +