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
This commit is contained in:
parent
4c45335cd2
commit
ea32fa53af
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue