summaryrefslogtreecommitdiff
path: root/src/sexpr/lexer_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sexpr/lexer_test.cpp')
-rw-r--r--src/sexpr/lexer_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sexpr/lexer_test.cpp b/src/sexpr/lexer_test.cpp
index 936e92a..acdfa2f 100644
--- a/src/sexpr/lexer_test.cpp
+++ b/src/sexpr/lexer_test.cpp
@@ -25,6 +25,8 @@
#include "../poison.hpp"
+namespace tmwa
+{
#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
static
@@ -136,3 +138,4 @@ TEST(sexpr, lexbad)
EXPECT_EQ(lexer.peek(), sexpr::TOK_ERROR);
}
}
+} // namespace tmwa