mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-02-05 12:34:30 +00:00
Remove a debug print statement in a test.
This commit is contained in:
parent
4d8eaf93bc
commit
5316b438d5
@ -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) ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user