use quotes for including cppformat headers from the tests

This commit is contained in:
Mario Werner
2016-02-02 16:55:25 +01:00
parent be961bae0f
commit d411aa165e
12 changed files with 13 additions and 13 deletions

View File

@@ -29,7 +29,7 @@
#include "test-assert.h"
// Include format.cc instead of format.h to test implementation-specific stuff.
#include <cppformat/format.cc>
#include "cppformat/format.cc"
#include <cstring>