Some cleanups and corrected typos.
[fw/pdclib] / functions / stdio / vprintf.c
index 55c37e4dfab8c49950a0c99a45f09c96d6a8a180..4cb5af39afeaa89e0da5460065bd67849178c864 100644 (file)
@@ -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;
 }