]> pd.if.org Git - pdclib/blobdiff - functions/stdio/fsetpos.c
Test drivers for fgetpos, fsetpos, and perror. Cannot really test closeall().
[pdclib] / functions / stdio / fsetpos.c
index 1c39c498071abb9a24ab19edc9ec76f1b43be789..2082b4824a74dddfc4ced451b53879a79c4cb3e4 100644 (file)
@@ -36,7 +36,7 @@ int fsetpos( struct _PDCLIB_file_t * stream, const struct _PDCLIB_fpos_t * pos )
 
 int main( void )
 {
-    TESTCASE( NO_TESTDRIVER );
+    /* fsetpos() tested together with fsetpos(). */
     return TEST_RESULTS;
 }