Fix optimizer expected log format.
Optimizer log format was changed on a different branch, and this test was written using that new format, which is not recognized on current master.
This commit is contained in:
parent
4cd0ad4b1a
commit
bdf1073f17
|
@ -1,7 +1,7 @@
|
||||||
#;
|
#;
|
||||||
(
|
(
|
||||||
float-real.rkt 13:1 + -- binary float
|
float-real.rkt line 13 col 1 - + - binary float
|
||||||
float-real.rkt 14:1 + -- binary float
|
float-real.rkt line 14 col 1 - + - binary float
|
||||||
5.3
|
5.3
|
||||||
8.7
|
8.7
|
||||||
14.26
|
14.26
|
||||||
|
|
Loading…
Reference in New Issue
Block a user