diff options
Diffstat (limited to 'src/unittest')
-rw-r--r-- | src/unittest/test_gameui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittest/test_gameui.cpp b/src/unittest/test_gameui.cpp index 3c6f2a5a4..d52977469 100644 --- a/src/unittest/test_gameui.cpp +++ b/src/unittest/test_gameui.cpp @@ -49,7 +49,7 @@ void TestGameUI::testInit() UASSERT(gui.getFlags().show_hud) // @TODO verify if we can create non UI nulldevice to test this function - gui.init(); + // gui.init(); } void TestGameUI::testFlagSetters() |