diff --git a/Tests/Conformance/C17.8.0.15.CC b/Tests/Conformance/C17.8.0.15.CC index 6a7c879..1151450 100644 --- a/Tests/Conformance/C17.8.0.15.CC +++ b/Tests/Conformance/C17.8.0.15.CC @@ -15,7 +15,6 @@ int main (void) d1 = d2 = d3 = 1.0; i = sscanf (&sstr[0], "%*07f %e %E %lg %30lG %17lf%e", &f2, &f3, &d1, &d2, &d3, &f4); -printf("%d\n", i); if (i != 6) goto Fail; if ((fabs(f1 - 1.0) > 0.00001) ||