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