Tightening the code a bit.
[fw/pdclib] / testing / scanf_testcases.h
index 4cb662ea7a7038f8ebd76fdb1b2200dc5d946fd2..f8d3b0f84f3f6e060acf493026cb1e5c544c9cf5 100644 (file)
@@ -1,8 +1,5 @@
 {
     char buffer[100];
-#ifndef TEST_CONVERSION_ONLY
-    SCANF_TEST( 0, "foo", "foo", NULL );
-#endif
     SCANF_TEST( 1, "foo", "%3c", buffer );
     TESTCASE( memcmp( buffer, "foo", 3 ) == 0 );
 }