Further streamlined testing.
[fw/pdclib] / functions / stdio / vfprintf.c
index 01c5df618cedc0021dd826ed7a4323a56b671d4c..2b216db9ff71b19dec53384c3ab92d2f5b762bbd 100644 (file)
@@ -64,6 +64,8 @@ static int testprintf( FILE * stream, size_t n, const char * format, ... )
     return i;
 }
 
+#define TESTCASE_SPRINTF( x )
+
 int main( void )
 {
     FILE * buffer;