summaryrefslogtreecommitdiff
path: root/src/range/slice_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/range/slice_test.cpp')
-rw-r--r--src/range/slice_test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/range/slice_test.cpp b/src/range/slice_test.cpp
index f59bf84..d31d973 100644
--- a/src/range/slice_test.cpp
+++ b/src/range/slice_test.cpp
@@ -22,6 +22,9 @@
#include "../poison.hpp"
+
+namespace tmwa
+{
TEST(slice, slice)
{
int init[] = {1, 2, 3, 4, 5};
@@ -107,3 +110,4 @@ TEST(slice, cast)
EXPECT_EQ(foos.size(), slice.size());
EXPECT_EQ(&foos.end()[-1], &slice.end()[-1]);
}
+} // namespace tmwa