From 356ccd628b761211b1383b86f39ef280d07f122d Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Thu, 28 Apr 2022 01:27:41 -0600 Subject: [PATCH] testqbsp: remove -outsidedebug --- qbsp/test_qbsp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbsp/test_qbsp.cc b/qbsp/test_qbsp.cc index 2da2f5f0..7505528c 100644 --- a/qbsp/test_qbsp.cc +++ b/qbsp/test_qbsp.cc @@ -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);