testqbsp: remove -outsidedebug

This commit is contained in:
Eric Wasylishen 2022-04-28 01:27:41 -06:00
parent 21d3938626
commit 356ccd628b
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ TEST(testmaps_q1, simple_worldspawn_detail)
TEST(testmaps_q1, simple_worldspawn_detail_illusionary)
{
const mbsp_t bsp = LoadTestmap("qbsp_simple_worldspawn_detail_illusionary.map", {"-outsidedebug"});
const mbsp_t bsp = LoadTestmap("qbsp_simple_worldspawn_detail_illusionary.map");
ASSERT_FALSE(map.leakfile);