X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=functions%2Fstdio%2Ffprintf.c;h=38fb9b81fdae0dcd819820006c9caf7cac7902fe;hb=33ed95661442997b6fcafae16d9e0ab6871b058a;hp=b7bd43a19ec7e8c748b9dc9b4f11ab4439ceb99b;hpb=eabb2c002a72fcb019ce81a86ba024bd48aceda3;p=pdclib 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; }