cleanup a wxTextCtrl leftover from SpinCtrlTest

This commit is contained in:
ali kettab 2020-07-25 14:59:31 +01:00
parent 852f817291
commit ad68515d52

View File

@ -338,6 +338,8 @@ TEST_CASE_METHOD(SpinCtrlTestCase3, "SpinCtrl::SetValueInsideEventHandler", "[sp
CHECK(m_spin->GetValue() == 32);
}
delete text;
#endif // wxUSE_UIACTIONSIMULATOR
}