summaryrefslogtreecommitdiff
path: root/src/generic/intern-pool_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/generic/intern-pool_test.cpp')
-rw-r--r--src/generic/intern-pool_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/generic/intern-pool_test.cpp b/src/generic/intern-pool_test.cpp
index 66490be..5858031 100644
--- a/src/generic/intern-pool_test.cpp
+++ b/src/generic/intern-pool_test.cpp
@@ -25,6 +25,8 @@
#include "../poison.hpp"
+namespace tmwa
+{
#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
TEST(InternPool, whydoesthisalwaysneedasecondname)
@@ -41,3 +43,4 @@ TEST(InternPool, whydoesthisalwaysneedasecondname)
EXPECT_EQ("hello"_s, p.outtern(0));
EXPECT_EQ("world"_s, p.outtern(1));
}
+} // namespace tmwa