]> git.saurik.com Git - wxWidgets.git/commitdiff
Really disable wxAny tests under wxOSX.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 8 May 2013 21:17:00 +0000 (21:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 8 May 2013 21:17:00 +0000 (21:17 +0000)
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

index dc5fb4a7c8f9c8c8a5454775c90a66539f486fde..193d7d1f399cf0a840b656664b83018ddfb77364 100644 (file)
@@ -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 );