aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/convert.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/convert.cpp b/test/convert.cpp
index 21882c3..f88cb47 100644
--- a/test/convert.cpp
+++ b/test/convert.cpp
@@ -5,10 +5,12 @@
#include <winapi/utf8.hpp>
+// clang-format off
#include <boost/format.hpp>
-#include <boost/test/data/monomorphic.hpp>
-#include <boost/test/data/test_case.hpp>
#include <boost/test/unit_test.hpp>
+#include <boost/test/data/test_case.hpp>
+#include <boost/test/data/monomorphic.hpp>
+// clang-format on
#include <ostream>
#include <string>