From: batt Date: Mon, 8 Jun 2009 13:37:06 +0000 (+0000) Subject: Removed unneeded check. X-Git-Tag: 2.2.0~260 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=2474b1fd51b1363ac87daa59c159f822b223d41a;hp=8bbccfe43a27ce0f8d46b8262201c3e611bedf46;p=bertos.git Removed unneeded check. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2708 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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);