From 29bdcf09cee2aac2a105134782a893a7cbb4c2b4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 8 May 2013 21:17:00 +0000 Subject: [PATCH] Really disable wxAny tests under wxOSX. Instead of disabling them everywhere but there. See r73944. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/any/anytest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/any/anytest.cpp b/tests/any/anytest.cpp index dc5fb4a7c8..193d7d1f39 100644 --- a/tests/any/anytest.cpp +++ b/tests/any/anytest.cpp @@ -40,7 +40,7 @@ private: // FIXME: One of these tests might result in heap corruption under PPC // OS X, disable them to at least allow the subsequent tests to // run as otherwise the test program just crashes. -#ifdef __WXOSX__ +#ifndef __WXOSX__ CPPUNIT_TEST( Null ); CPPUNIT_TEST( wxVariantConversions ); CPPUNIT_TEST( CustomTemplateSpecialization ); -- 2.45.2