From addf6210740965851bc10c0ef90750f1c3b6cc57 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sat, 17 Sep 2022 21:49:22 -0600 Subject: [PATCH] tests: simple_worldspawn_detail passing now --- tests/test_qbsp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_qbsp.cc b/tests/test_qbsp.cc index 089d960e..cdc276d8 100644 --- a/tests/test_qbsp.cc +++ b/tests/test_qbsp.cc @@ -666,7 +666,7 @@ TEST_CASE("simple_worldspawn_detail_wall", "[testmaps_q1]") 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"});