X-Git-Url: https://git.gag.com/?p=fw%2Fpdclib;a=blobdiff_plain;f=functions%2Fstdio%2Fprintf.c;h=aa772ec140d6d8b6647ba52c8346d7e37e45cc2c;hp=346dfcc575e6599aa383b09f2d7a967dff2fc064;hb=a8f367a73f490043c0f0ac21a444d9f251f3e8cc;hpb=483825725e75347a9784d05aa864845f3b3e8cfd diff --git a/functions/stdio/printf.c b/functions/stdio/printf.c index 346dfcc..aa772ec 100644 --- a/functions/stdio/printf.c +++ b/functions/stdio/printf.c @@ -38,7 +38,6 @@ int main( void ) TESTCASE( ( target = freopen( testfile, "wb+", stdout ) ) != NULL ); #include "printf_testcases.incl" TESTCASE( fclose( target ) == 0 ); -#include "fprintf_reftest.incl" TESTCASE( remove( testfile ) == 0 ); return TEST_RESULTS; }