mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 00:23:48 +00:00
Fix UI tests
This commit is contained in:
parent
95df0b23d3
commit
8c0215dd06
@ -37,8 +37,7 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
#ifdef TEST_GUI
|
#ifdef TEST_GUI
|
||||||
{
|
{
|
||||||
// Do not create a os::System, as we don't need it for testing purposes.
|
os::SystemRef system(os::make_system());
|
||||||
//os::ScopedHandle<os::System> system(os::create_system());
|
|
||||||
ui::UISystem uiSystem;
|
ui::UISystem uiSystem;
|
||||||
ui::Manager uiManager(nullptr);
|
ui::Manager uiManager(nullptr);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user