From: Vadim Zeitlin Date: Thu, 9 May 2013 19:56:47 +0000 (+0000) Subject: Leave only a single wxAny unit test disabled. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ea32fa53af6c7e8de7a8214f1df0245c63ae8a64?ds=inline Leave only a single wxAny unit test disabled. It looks like the culprit is GetAs() test, verify it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/any/anytest.cpp b/tests/any/anytest.cpp index 057290143b..0bf92c2c94 100644 --- a/tests/any/anytest.cpp +++ b/tests/any/anytest.cpp @@ -41,11 +41,11 @@ private: // run as otherwise the test program just crashes. #ifndef __WXOSX__ CPPUNIT_TEST( GetAs ); +#endif // __WXOSX__ CPPUNIT_TEST( Null ); CPPUNIT_TEST( wxVariantConversions ); CPPUNIT_TEST( CustomTemplateSpecialization ); CPPUNIT_TEST( Misc ); -#endif // __WXOSX__ CPPUNIT_TEST_SUITE_END(); void CheckType();