From fae6a86a495a071a555136a18af25b996412f052 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 23 Sep 2014 17:44:30 +0000 Subject: [PATCH] This statement that will cause segmentation fault before. Now it ok and enable it git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/validators/valnum.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/validators/valnum.cpp b/tests/validators/valnum.cpp index ca55219c6a..0a2421588b 100644 --- a/tests/validators/valnum.cpp +++ b/tests/validators/valnum.cpp @@ -70,10 +70,7 @@ void NumValidatorTestCase::setUp() void NumValidatorTestCase::tearDown() { -// FIXME: this test will cause test_gui segmentation fault. Disable it for now. -#if !defined(__WXUNIVERSAL__) && !defined (__WXX11__) wxTheApp->GetTopWindow()->DestroyChildren(); -#endif } void NumValidatorTestCase::TransferInt()