From 2474b1fd51b1363ac87daa59c159f822b223d41a Mon Sep 17 00:00:00 2001 From: batt Date: Mon, 8 Jun 2009 13:37:06 +0000 Subject: [PATCH] Removed unneeded check. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2708 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/mware/sprintf_test.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bertos/mware/sprintf_test.c b/bertos/mware/sprintf_test.c index 6aaeef91..15e1e7b3 100644 --- a/bertos/mware/sprintf_test.c +++ b/bertos/mware/sprintf_test.c @@ -110,7 +110,4 @@ int sprintf_testTearDown(void) return 0; } -#if UNIT_TEST - TEST_MAIN(sprintf); -#endif /* UNIT_TEST */ - +TEST_MAIN(sprintf); -- 2.25.1