summaryrefslogtreecommitdiff
path: root/test/csv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/csv.cc')
-rw-r--r--test/csv.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/csv.cc b/test/csv.cc
index 49fe540..b915006 100644
--- a/test/csv.cc
+++ b/test/csv.cc
@@ -1,7 +1,7 @@
-#include <gtest/gtest.h>
-
#include "csv.hh"
+#include <gtest/gtest.h>
+
TEST(csv, empty) {
auto csv = csv::open(io::memory(""));
auto line = csv->read();