tests: simple_worldspawn_detail passing now

This commit is contained in:
Eric Wasylishen 2022-09-17 21:49:22 -06:00
parent 09f0e2a0c5
commit addf621074
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ TEST_CASE("simple_worldspawn_detail_wall", "[testmaps_q1]")
REQUIRE(bsp.dfaces.size() == 11); REQUIRE(bsp.dfaces.size() == 11);
} }
TEST_CASE("simple_worldspawn_detail", "[testmaps_q1][!mayfail]") TEST_CASE("simple_worldspawn_detail", "[testmaps_q1]")
{ {
const auto [bsp, bspx, prt] = LoadTestmapQ1("qbsp_simple_worldspawn_detail.map", {"-tjunc", "rotate"}); const auto [bsp, bspx, prt] = LoadTestmapQ1("qbsp_simple_worldspawn_detail.map", {"-tjunc", "rotate"});