X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fvfprintf.c;h=7ab3167499a8d2f57360d01a1b3a458abf4b477d;hb=82cd4468d130cac87062bc6e4fc5bf0f593785d3;hp=b5dacb465144555f63330eef9c6b83ea9af8b7ee;hpb=1e97a50165e6addbf816932e58117cb31f54e1fb;p=pdclib.old diff --git a/functions/stdio/vfprintf.c b/functions/stdio/vfprintf.c index b5dacb4..7ab3167 100644 --- a/functions/stdio/vfprintf.c +++ b/functions/stdio/vfprintf.c @@ -72,7 +72,6 @@ int main( void ) TESTCASE( ( target = fopen( testfile, "wb+" ) ) != NULL ); #include "printf_testcases.incl" TESTCASE( fclose( target ) == 0 ); -#include "fprintf_reftest.incl" TESTCASE( remove( testfile ) == 0 ); return TEST_RESULTS; }