fix a test
original commit: bd0eb64e1b13e731d8378ffa2fa2bc835795d4f8
This commit is contained in:
parent
26ff90e8e6
commit
16acbf1ae6
|
@ -5541,7 +5541,9 @@
|
||||||
'(lambda (x) (x)))
|
'(lambda (x) (x)))
|
||||||
(equivalent-expansion? (parameterize ([enable-unsafe-application #t])
|
(equivalent-expansion? (parameterize ([enable-unsafe-application #t])
|
||||||
(get-uncprep-form '(lambda (x) (x))))
|
(get-uncprep-form '(lambda (x) (x))))
|
||||||
'(lambda (x) (#3%$app x)))
|
(if (= 3 (optimize-level))
|
||||||
|
'(lambda (x) (x))
|
||||||
|
'(lambda (x) (#3%$app x))))
|
||||||
)
|
)
|
||||||
|
|
||||||
(mat phantom-bytevector
|
(mat phantom-bytevector
|
||||||
|
|
Loading…
Reference in New Issue
Block a user