diff options
Diffstat (limited to 'src/tests/tests.cpp')
| -rw-r--r-- | src/tests/tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/tests.cpp b/src/tests/tests.cpp index 73978676f..275b430d9 100644 --- a/src/tests/tests.cpp +++ b/src/tests/tests.cpp | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #define CATCH_CONFIG_MAIN | 5 | #define CATCH_CONFIG_MAIN |
| 6 | #include <catch.hpp> | 6 | #include <catch2/catch.hpp> |
| 7 | 7 | ||
| 8 | // Catch provides the main function since we've given it the | 8 | // Catch provides the main function since we've given it the |
| 9 | // CATCH_CONFIG_MAIN preprocessor directive. | 9 | // CATCH_CONFIG_MAIN preprocessor directive. |