summaryrefslogtreecommitdiff
path: root/src/generic/array_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/generic/array_test.cpp')
-rw-r--r--src/generic/array_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/generic/array_test.cpp b/src/generic/array_test.cpp
index a4d4d74..eb31523 100644
--- a/src/generic/array_test.cpp
+++ b/src/generic/array_test.cpp
@@ -23,6 +23,8 @@
#include "../poison.hpp"
+namespace tmwa
+{
#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
TEST(Array, simple)
@@ -159,3 +161,4 @@ TEST(Array, enum)
SUCCEED();
}
}
+} // namespace tmwa