]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/closeall.c
Test drivers for fgetpos, fsetpos, and perror. Cannot really test closeall().
[pdclib] / functions / _PDCLIB / closeall.c
index 3523f8c0fe5013f34f625abbd0146ff9627e25df..71f600790f32d944fabb47263517eb137d20d1b8 100644 (file)
@@ -27,7 +27,7 @@ void _PDCLIB_closeall( void )
 
 int main( void )
 {
-    TESTCASE( NO_TESTDRIVER );
+    /* No testdriver */
     return TEST_RESULTS;
 }