summaryrefslogtreecommitdiff
path: root/src/mmo/extract_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mmo/extract_test.cpp')
-rw-r--r--src/mmo/extract_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mmo/extract_test.cpp b/src/mmo/extract_test.cpp
index 18d7771..0116f6c 100644
--- a/src/mmo/extract_test.cpp
+++ b/src/mmo/extract_test.cpp
@@ -27,6 +27,8 @@
#include "../poison.hpp"
+namespace tmwa
+{
#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
TEST(extract, record_int)
@@ -357,3 +359,4 @@ TEST(extract, mapname)
EXPECT_TRUE(extract("abcdefghijklmno.gat"_s, &map));
EXPECT_EQ(map, "abcdefghijklmno"_s);
}
+} // namespace tmwa