Some cleanups and corrected typos.
[fw/pdclib] / functions / stdio / vfprintf.c
index b5dacb465144555f63330eef9c6b83ea9af8b7ee..7ab3167499a8d2f57360d01a1b3a458abf4b477d 100644 (file)
@@ -72,7 +72,6 @@ int main( void )
     TESTCASE( ( target = fopen( testfile, "wb+" ) ) != NULL );
 #include "printf_testcases.incl"
     TESTCASE( fclose( target ) == 0 );
-#include "fprintf_reftest.incl"
     TESTCASE( remove( testfile ) == 0 );
     return TEST_RESULTS;
 }