diff options
author | Lioncash <mathew1800@gmail.com> | 2018-08-07 19:24:39 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-08-07 19:26:13 -0400 |
commit | 62b0b83fd8ea64a17172355ff36300b3d0b82a20 (patch) | |
tree | 12992dbde0366cf55cdac6df2c2808186af31872 /src/tests/tests.cpp | |
parent | 4fa3511a63519b338ab6d49e5a2ef751b2e1d09a (diff) |
externals: Update catch to 2.3.0
Updates the library from 2.2.3 to 2.3.0
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 @@ // Refer to the license.txt file included. #define CATCH_CONFIG_MAIN -#include <catch.hpp> +#include <catch2/catch.hpp> // Catch provides the main function since we've given it the // CATCH_CONFIG_MAIN preprocessor directive. |