From 346136bcc365b1ae464fc3b93e1d9ca3a6864955 Mon Sep 17 00:00:00 2001 From: INNA Date: Thu, 8 Feb 2024 12:27:39 +0100 Subject: [PATCH] refactoring: Remove Testignore --- test/test_subtraktion.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/test_subtraktion.c b/test/test_subtraktion.c index f77509c..a47df6f 100644 --- a/test/test_subtraktion.c +++ b/test/test_subtraktion.c @@ -12,9 +12,4 @@ void tearDown(void) { } -void test_subtraktion_NeedToImplement(void) -{ - TEST_IGNORE_MESSAGE("Need to Implement subtraktion"); -} - #endif // TEST