From b29f454d31ba3918429c81f6404f0eba62f6ec05 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 19 Jan 2015 02:22:45 +0200 Subject: [PATCH] Comment out a line that does not compile and is not needed for the test. --- test cases/frameworks/9 wxwidgets/wxprog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test cases/frameworks/9 wxwidgets/wxprog.cpp b/test cases/frameworks/9 wxwidgets/wxprog.cpp index 8d289c878..2be5512ee 100644 --- a/test cases/frameworks/9 wxwidgets/wxprog.cpp +++ b/test cases/frameworks/9 wxwidgets/wxprog.cpp @@ -34,7 +34,7 @@ void MyFrame::OnExit(wxCommandEvent& event) { } void MyFrame::OnAbout(wxCommandEvent& event) { - wxMessageBox( "Some text", wxOK | wxICON_INFORMATION ); + //wxMessageBox("Some text", wxOK | wxICON_INFORMATION); } void MyFrame::OnHello(wxCommandEvent& event) {