summaryrefslogtreecommitdiff
path: root/src/strings/base_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/base_test.cpp')
-rw-r--r--src/strings/base_test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strings/base_test.cpp b/src/strings/base_test.cpp
index cab47be..2083fdc 100644
--- a/src/strings/base_test.cpp
+++ b/src/strings/base_test.cpp
@@ -30,6 +30,9 @@
#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
+
+namespace tmwa
+{
using namespace strings;
struct _test : VString<1> {};
@@ -50,3 +53,4 @@ TEST(strings, contains)
EXPECT_TRUE(hi.contains_any("Hi"_s));
EXPECT_FALSE(hi.contains_any("hi"_s));
}
+} // namespace tmwa