diff --git a/test/Services/FunctionManagementService.cpp b/test/Services/FunctionManagementService.cpp index 68f30b810484dd7eb91b28655bf15164e816474c..84504848edbc2b43f766a241b9c31e21554c99bb 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; }