testmaps_q2.base1leak: remove brushbsp arg

This commit is contained in:
Eric Wasylishen 2022-05-14 20:14:09 -06:00
parent 73e9819e82
commit 153bde886b
1 changed files with 1 additions and 1 deletions

View File

@ -960,7 +960,7 @@ TEST(testmaps_q2, base1)
TEST(testmaps_q2, base1leak) TEST(testmaps_q2, base1leak)
{ {
const mbsp_t bsp = LoadTestmap("base1leak.map", {"-q2bsp", "-debugchop"}); const mbsp_t bsp = LoadTestmap("base1leak.map", {"-q2bsp"});
EXPECT_FALSE(map.leakfile); EXPECT_FALSE(map.leakfile);
EXPECT_EQ(GAME_QUAKE_II, bsp.loadversion->game->id); EXPECT_EQ(GAME_QUAKE_II, bsp.loadversion->game->id);