From 6eea6156228b271c540b162b4039f0fa46754efb 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(). git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@447 546481bc-9713-0410-bf18-d3337bbf4a3e --- 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.30.2