Fix UI tests

This commit is contained in:
David Capello 2021-07-05 19:42:32 -03:00
parent 95df0b23d3
commit 8c0215dd06

View File

@ -37,8 +37,7 @@ int main(int argc, char* argv[])
#ifdef TEST_GUI
{
// Do not create a os::System, as we don't need it for testing purposes.
//os::ScopedHandle<os::System> system(os::create_system());
os::SystemRef system(os::make_system());
ui::UISystem uiSystem;
ui::Manager uiManager(nullptr);
#endif