testmaps_q2.base1leak: remove brushbsp arg
This commit is contained in:
parent
73e9819e82
commit
153bde886b
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue