From 55d15fd0d02333b7e8aedfb1d399f50bab7d2fbe Mon Sep 17 00:00:00 2001 From: Grigoris Pavlakis <gregory.pavlakis@gmail.com> Date: Tue, 22 Jan 2019 17:39:57 +0000 Subject: [PATCH] Remove another reference to catch's default main --- test/Services/FunctionManagementService.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/Services/FunctionManagementService.cpp b/test/Services/FunctionManagementService.cpp index 68f30b81..84504848 100644 --- a/test/Services/FunctionManagementService.cpp +++ b/test/Services/FunctionManagementService.cpp @@ -1,8 +1,6 @@ #include "catch2/catch.hpp" #include "Services/FunctionManagementService.hpp" -#define CATCH_CONFIG_MAIN - void test(String<MAXARGLENGTH> a) { std::cout << a.c_str() << std::endl; } -- GitLab