X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fvscanf.c;fp=functions%2Fstdio%2Fvscanf.c;h=d81d523536bcb321d187be2add9089f2dbd9f3fa;hb=dcc4ff8e8ce8f97bd963ae4d56e053f2b610e183;hp=564aa22e52fb7623779cee862e55c861e95a99dd;hpb=0cd669b425bc61011bf980dce9a4bed2a62a1350;p=pdclib.old 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; }