diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-01-19 02:22:45 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-01-19 02:22:45 +0200 |
commit | b29f454d31ba3918429c81f6404f0eba62f6ec05 (patch) | |
tree | 3aebce67cb7f0638d0545601cebc6c0e611ab837 | |
parent | da28de2407e3e8590ae3e766077cbd6933b53b74 (diff) | |
download | meson-b29f454d31ba3918429c81f6404f0eba62f6ec05.zip meson-b29f454d31ba3918429c81f6404f0eba62f6ec05.tar.gz meson-b29f454d31ba3918429c81f6404f0eba62f6ec05.tar.bz2 |
Comment out a line that does not compile and is not needed for the test.
-rw-r--r-- | test cases/frameworks/9 wxwidgets/wxprog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/frameworks/9 wxwidgets/wxprog.cpp b/test cases/frameworks/9 wxwidgets/wxprog.cpp index 8d289c8..2be5512 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) { |