support required compilation failure for comboboxtest on platforms with wxUSE_COMBOBOX==0
This commit is contained in:
parent
e5827d0ae9
commit
7fc2024f0e
@ -248,4 +248,10 @@ TEST_CASE("wxComboBox::ProcessEnter", "[wxComboBox][enter]")
|
|||||||
TestProcessEnter(ComboBoxCreator());
|
TestProcessEnter(ComboBoxCreator());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
#ifdef TEST_INVALID_COMBOBOX_ISEMPTY
|
||||||
|
#error provoke failing here
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif //wxUSE_COMBOBOX
|
#endif //wxUSE_COMBOBOX
|
||||||
|
Loading…
Reference in New Issue
Block a user