diff --git a/tests/catch/main.cpp b/tests/catch/main.cpp index d21ec02b2..cc6491f38 100644 --- a/tests/catch/main.cpp +++ b/tests/catch/main.cpp @@ -1,6 +1,6 @@ #define CATCH_CONFIG_RUNNER #include -#include +#include int main(int argc, char** argv) { diff --git a/tests/catch/src/borderproperties_test.cpp b/tests/catch/src/borderproperties_test.cpp index 7492b4f77..1050611a7 100644 --- a/tests/catch/src/borderproperties_test.cpp +++ b/tests/catch/src/borderproperties_test.cpp @@ -1,6 +1,6 @@ #include "../../../sources/borderproperties.h" -#include +#include TEST_CASE("BorderProperties") { diff --git a/tests/catch/src/qet_test.cpp b/tests/catch/src/qet_test.cpp index 09753bbe0..d62620306 100644 --- a/tests/catch/src/qet_test.cpp +++ b/tests/catch/src/qet_test.cpp @@ -1,6 +1,6 @@ #include "../../../sources/qet.h" -#include +#include TEST_CASE("qet stringToFileName") { diff --git a/tests/catch/tst_My_test.cpp b/tests/catch/tst_My_test.cpp index 2f75acacc..d3730b27f 100644 --- a/tests/catch/tst_My_test.cpp +++ b/tests/catch/tst_My_test.cpp @@ -1,3 +1,3 @@ -#include +#include TEST_CASE("My first test with Catch2", "[fancy]") { REQUIRE(0 == 0); }