From 1307a897df59de04904f4844d10842578570e153 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 24 Feb 2002 02:48:54 +0000 Subject: [PATCH] updated expected failures for MWERKS [SVN r12920] --- tests/alignment_test.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/alignment_test.cpp b/tests/alignment_test.cpp index 7427d0c..a70ecd6 100644 --- a/tests/alignment_test.cpp +++ b/tests/alignment_test.cpp @@ -41,10 +41,6 @@ int cpp_main(int argc, char* argv[]) // // define the number of failures expected for given compilers: -#ifdef __MWERKS__ -unsigned int expected_failures = 5; -#else unsigned int expected_failures = 0; -#endif