X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffeof.c;h=784ea4ed517e3a4dd3458de89f79ff7c56b16e72;hb=417f74b5fa364ce12c0071bfe20886c2d64027ec;hp=13c4b64b7e47fd54d84f4b220dee7be76e2db702;hpb=a6dd99e5c0b3af81082d24751218c21f7f3e7443;p=pdclib.old diff --git a/functions/stdio/feof.c b/functions/stdio/feof.c index 13c4b64..784ea4e 100644 --- a/functions/stdio/feof.c +++ b/functions/stdio/feof.c @@ -22,7 +22,7 @@ int feof( struct _PDCLIB_file_t * stream ) int main( void ) { - TESTCASE( NO_TESTDRIVER ); + /* Testing covered by clearerr(). */ return TEST_RESULTS; }