Prevent clang-format sorting some test includes

This commit is contained in:
Daniel James
2017-02-19 13:05:17 +00:00
parent f2af10c746
commit b2f2fdc2f3
37 changed files with 69 additions and 1 deletions

View File

@@ -6,9 +6,11 @@
// This test creates the containers with members that meet their minimum
// requirements. Makes sure everything compiles and is defined correctly.
// clang-format off
#include "../helpers/prefix.hpp"
#include <boost/unordered_map.hpp>
#include "../helpers/postfix.hpp"
// clang-format on
#include <iostream>
#include "../helpers/test.hpp"