fix a test

original commit: bd0eb64e1b13e731d8378ffa2fa2bc835795d4f8
This commit is contained in:
Matthew Flatt 2020-01-24 19:32:57 -07:00
parent 26ff90e8e6
commit 16acbf1ae6

View File

@ -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