diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/main.cpp b/tests/src/main.cpp index 50ecd8b..b3143fb 100644 --- a/tests/src/main.cpp +++ b/tests/src/main.cpp @@ -1,2 +1,2 @@ #define CATCH_CONFIG_MAIN -#include "catch2/2.0.1/catch.hpp" +#include <catch.hpp> |