Upgraded to the latest winlibs/gcc 14.

This commit is contained in:
Zed A. Shaw 2024-12-20 16:53:03 -05:00
parent 5a6494acf5
commit 290affa49a
11 changed files with 20 additions and 13 deletions

View file

@ -13,7 +13,7 @@ using namespace fmt;
using namespace components;
using std::string;
TEST_CASE("load a basic gui run but don't loop", "[render]") {
TEST_CASE("load a basic gui run but don't loop", "[gui]") {
DinkyECS::World world;
save::load_configs(world);
Map game_map(40, 40);