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/mmo/extract_test.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mmo/extract_test.cpp') diff --git a/src/mmo/extract_test.cpp b/src/mmo/extract_test.cpp index 18d7771..0116f6c 100644 --- a/src/mmo/extract_test.cpp +++ b/src/mmo/extract_test.cpp @@ -27,6 +27,8 @@ #include "../poison.hpp" +namespace tmwa +{ #pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant" TEST(extract, record_int) @@ -357,3 +359,4 @@ TEST(extract, mapname) EXPECT_TRUE(extract("abcdefghijklmno.gat"_s, &map)); EXPECT_EQ(map, "abcdefghijklmno"_s); } +} // namespace tmwa -- cgit v1.2.3-70-g09d2