From a5d97013d6b1e5c969572162db3049a47b497c4d Mon Sep 17 00:00:00 2001 From: solar Date: Mon, 19 Jul 2010 09:22:54 +0000 Subject: [PATCH] Scrapped seperate testing for vscanf(). --- functions/stdio/vscanf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/stdio/vscanf.c b/functions/stdio/vscanf.c index 564aa22..d81d523 100644 --- a/functions/stdio/vscanf.c +++ b/functions/stdio/vscanf.c @@ -23,7 +23,7 @@ int vscanf( const char * _PDCLIB_restrict format, _PDCLIB_va_list arg ) int main( void ) { - TESTCASE( NO_TESTDRIVER ); + /* Simple wrapper to vfscanf(), no seperate testing. */ return TEST_RESULTS; } -- 2.40.0