summaryrefslogtreecommitdiff
path: root/src/io/read_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/read_test.cpp')
-rw-r--r--src/io/read_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/io/read_test.cpp b/src/io/read_test.cpp
index 8cf7d7a..6fc1563 100644
--- a/src/io/read_test.cpp
+++ b/src/io/read_test.cpp
@@ -27,6 +27,8 @@
#include "../poison.hpp"
+namespace tmwa
+{
#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
static
@@ -87,3 +89,4 @@ TEST(io, read5)
EXPECT_FALSE(hi);
EXPECT_FALSE(rf.getline(hi));
}
+} // namespace tmwa