Some cleanups and corrected typos.
[fw/pdclib] / functions / stdio / fprintf.c
index b7bd43a19ec7e8c748b9dc9b4f11ab4439ceb99b..38fb9b81fdae0dcd819820006c9caf7cac7902fe 100644 (file)
@@ -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;
 }