diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/confTest/confTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/confTest/confTest.cpp b/tests/src/confTest/confTest.cpp index 5b0fd0f..100c7cf 100644 --- a/tests/src/confTest/confTest.cpp +++ b/tests/src/confTest/confTest.cpp @@ -1,4 +1,4 @@ -#include "catch.hpp" +#include <catch.hpp> #include "../../../include/Conf.hpp" using namespace sibs; |