]> pd.if.org Git - pdclib/blobdiff - functions/stdio/ferror.c
Merged branch stdio_rewrite back into trunk.
[pdclib] / functions / stdio / ferror.c
index b6f51ee6092ffe077edb769cca3dc0cb8f418492..7ca531ed441bb00eec8b35e59370b6928f7aa798 100644 (file)
@@ -22,8 +22,9 @@ int ferror( struct _PDCLIB_file_t * stream )
 
 int main( void )
 {
-    TESTCASE( NO_TESTDRIVER );
+    /* Testing covered by clearerr(). */
     return TEST_RESULTS;
 }
 
 #endif
+