From aade11d9936ba6a7874e7e97a6d2987a5fea05e3 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 8 Dec 2018 15:03:37 -0500 Subject: [PATCH] unit tests improvement --- unit_tests/test_util.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/unit_tests/test_util.cpp b/unit_tests/test_util.cpp index 05bf3714c8..27b9393376 100644 --- a/unit_tests/test_util.cpp +++ b/unit_tests/test_util.cpp @@ -334,7 +334,6 @@ void testConsoleLogic(void) { assertEquals(239, lastInteger); print("\r\naddConsoleActionI 240 with two spaces\r\n"); - addConsoleActionI("echoi", testEchoI); strcpy(buffer, "echoi 240"); handleConsoleLine(buffer); assertEquals(240, lastInteger); @@ -348,7 +347,6 @@ void testConsoleLogic(void) { assertEquals(239, lastInteger2); print("\r\naddConsoleActionII three spaces\r\n"); - addConsoleActionII("echoii", testEchoII); strcpy(buffer, "echoii 21 220"); handleConsoleLine(buffer); assertEquals(21, lastInteger);