From ea32fa53af6c7e8de7a8214f1df0245c63ae8a64 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 9 May 2013 19:56:47 +0000 Subject: [PATCH] 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 --- 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 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(); -- 2.45.2