Reenable sorting tests for GTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2010-08-24 17:22:12 +00:00
parent 625ed74301
commit a6856aa899
3 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ void ChoiceTestCase::tearDown()
void ChoiceTestCase::Sort()
{
#if !defined(__WXGTK__) && !defined(__WXOSX__)
#if !defined(__WXOSX__)
wxDELETE(m_choice);
m_choice = new wxChoice(wxTheApp->GetTopWindow(), wxID_ANY,
wxDefaultPosition, wxDefaultSize, 0, 0,