summaryrefslogtreecommitdiff
path: root/src/io/write_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/write_test.cpp')
-rw-r--r--src/io/write_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/io/write_test.cpp b/src/io/write_test.cpp
index ff2553a..7219c4b 100644
--- a/src/io/write_test.cpp
+++ b/src/io/write_test.cpp
@@ -31,6 +31,8 @@
#include "../poison.hpp"
+namespace tmwa
+{
#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
static
@@ -104,3 +106,4 @@ TEST(io, write2)
EXPECT_TRUE(wf.close());
EXPECT_EQ("XXX"_s, pw.slurp());
}
+} // namespace tmwa