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