mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 01:19:45 +08:00
Check that wxConsoleAppTraits creates wxConsoleEventLoop and that wxGUIAppTraits creates wxGUIEventLoop: as tests/events/evtlooptest.cpp is compiled into both the console and the GUI test binaries, the same test case covers both kinds of applications. The console case failed in monolithic builds before the fix in the previous commit, see #24909.