diff options
Diffstat (limited to 'test/src/unittests-main.cpp')
-rw-r--r-- | test/src/unittests-main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/unittests-main.cpp b/test/src/unittests-main.cpp index 3c3c6f2..afeca98 100644 --- a/test/src/unittests-main.cpp +++ b/test/src/unittests-main.cpp @@ -1,2 +1,2 @@ #define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file -#include <catch.hpp> +#include <catch2/catch.hpp> |