X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fvprintf.c;h=4cb5af39afeaa89e0da5460065bd67849178c864;hb=82cd4468d130cac87062bc6e4fc5bf0f593785d3;hp=55c37e4dfab8c49950a0c99a45f09c96d6a8a180;hpb=1e97a50165e6addbf816932e58117cb31f54e1fb;p=pdclib.old diff --git a/functions/stdio/vprintf.c b/functions/stdio/vprintf.c index 55c37e4..4cb5af3 100644 --- a/functions/stdio/vprintf.c +++ b/functions/stdio/vprintf.c @@ -41,7 +41,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; }