From 2f4fc005937e75d931eb6ef87a3fe16364d45113 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 26 Jun 2014 21:59:27 -0700 Subject: Stick everything in a namespace --- src/strings/strings2_test.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/strings/strings2_test.cpp') diff --git a/src/strings/strings2_test.cpp b/src/strings/strings2_test.cpp index 23f09fd..872d201 100644 --- a/src/strings/strings2_test.cpp +++ b/src/strings/strings2_test.cpp @@ -24,6 +24,8 @@ #include "../poison.hpp" +namespace tmwa +{ #pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant" TEST(StringTests, traits2) @@ -226,3 +228,4 @@ TEST(StringTests, rlong) EXPECT_EQ(&*r.begin(), &*r3.begin()); EXPECT_EQ(&*a.begin(), &*a3.begin()); } +} // namespace tmwa -- cgit v1.2.3-60-g2f50