Skip to content

Commit b29f454

Browse files
committed
Comment out a line that does not compile and is not needed for the test.
1 parent da28de2 commit b29f454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test cases/frameworks/9 wxwidgets/wxprog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void MyFrame::OnExit(wxCommandEvent& event) {
3434
}
3535

3636
void MyFrame::OnAbout(wxCommandEvent& event) {
37-
wxMessageBox( "Some text", wxOK | wxICON_INFORMATION );
37+
//wxMessageBox("Some text", wxOK | wxICON_INFORMATION);
3838
}
3939

4040
void MyFrame::OnHello(wxCommandEvent& event) {

0 commit comments

Comments
 (0)