From 62b0b83fd8ea64a17172355ff36300b3d0b82a20 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 7 Aug 2018 19:24:39 -0400 Subject: externals: Update catch to 2.3.0 Updates the library from 2.2.3 to 2.3.0 --- src/tests/tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/tests.cpp') 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 +#include // Catch provides the main function since we've given it the // CATCH_CONFIG_MAIN preprocessor directive. -- cgit v1.2.3