summaryrefslogtreecommitdiff
path: root/test/str.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/str.cc')
-rw-r--r--test/str.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/str.cc b/test/str.cc
index 35d70d7..1339bb0 100644
--- a/test/str.cc
+++ b/test/str.cc
@@ -1,7 +1,7 @@
-#include <gtest/gtest.h>
-
#include "str.hh"
+#include <gtest/gtest.h>
+
TEST(str, split) {
auto ret = str::split("");
EXPECT_EQ(0, ret.size());