diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-09-24 15:57:53 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:33 +0200 |
commit | 0bbb9be629ce35c11e4bf4a5180810ae2b16e5b4 (patch) | |
tree | 1a5904f36619385c99a4f88a76dc6db29694c0a2 /tests/src/confTest | |
parent | f71886d54dddbf92c64f8c48978b7c4c60090194 (diff) |
Fix TODOs, mainly escaping strings for ninja
Diffstat (limited to 'tests/src/confTest')
-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; |