Skip to content

Commit

Permalink
🚑 removed window system from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarrr committed Nov 28, 2024
1 parent e8452bc commit 85dfc44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ashura/engine/tests/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ int main(int argc, char **argv)
using namespace ash;
Logger::init();
CHECK(logger->add_sink(&stdio_sink));
WindowSystem::init();
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}

0 comments on commit 85dfc44

Please sign in to comment.