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