X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fputchar.c;h=4e2d6ae7c0717b34ab5a301cb7c8e40a8c288977;hb=3e881b59bde88229e1f77395efe60be38a0e8d6d;hp=e5a3500fa5c756d12a713f93f18a8cdd0ccb8d1c;hpb=d9dcf16664c81809258992e1653ecb68c8079974;p=pdclib.old diff --git a/functions/stdio/putchar.c b/functions/stdio/putchar.c index e5a3500..4e2d6ae 100644 --- a/functions/stdio/putchar.c +++ b/functions/stdio/putchar.c @@ -22,7 +22,7 @@ int putchar( int c ) int main( void ) { - TESTCASE( NO_TESTDRIVER ); + /* Testing covered by ftell.c */ return TEST_RESULTS; }