diff --git a/test/Services/FunctionManagementService.cpp b/test/Services/FunctionManagementService.cpp index 84504848edbc2b43f766a241b9c31e21554c99bb..2060ebeaf916684c7e872b45335b6c6c00e8b9a5 100644 --- a/test/Services/FunctionManagementService.cpp +++ b/test/Services/FunctionManagementService.cpp @@ -36,8 +36,7 @@ TEST_CASE("ST[08] - Insert Tests") { name = "test" + i; String<FUNCNAMELENGTH> funcName(name.c_str()); - if (~fms.funcPtrIndex.full()) { // not ! because vera whines about "using negation - // in its short form" + if (not fms.funcPtrIndex.full()) { fms.include(funcName, &test); } else {