mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-01-16 05:33:25 +00:00
Fix another test to account for recent stdio changes in SysFloat.
This commit is contained in:
parent
af3c8e1eea
commit
7188b4f418
@ -16,7 +16,7 @@ int main (void)
|
||||
f = fopen ("3/tmp", "wb+"); /* open input file for test */
|
||||
if (f == NULL)
|
||||
goto Fail1;
|
||||
fprintf(f, "23 -3.8E20 - e- +25e- 00002.00008e000049.9");
|
||||
fprintf(f, "23 -3.8E20 -0 0e-0 +25e-0 00002.00008e000049.9");
|
||||
fclose(f);
|
||||
|
||||
stdin = freopen ("3/tmp", "r", stdin);
|
||||
|
Loading…
x
Reference in New Issue
Block a user