summaryrefslogtreecommitdiff
path: root/src/compat/iter_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat/iter_test.cpp')
-rw-r--r--src/compat/iter_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compat/iter_test.cpp b/src/compat/iter_test.cpp
index f0e6031..71cc891 100644
--- a/src/compat/iter_test.cpp
+++ b/src/compat/iter_test.cpp
@@ -27,6 +27,8 @@
#include "../poison.hpp"
+namespace tmwa
+{
#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
TEST(iterpair, strings)
@@ -158,3 +160,4 @@ TEST(iterpair, filter3)
EXPECT_EQ(sum, 6);
EXPECT_EQ(count, 3);
}
+} // namespace tmwa