fix test
This commit is contained in:
parent
596c571ab1
commit
a0a44d8d5f
|
@ -1078,9 +1078,9 @@
|
||||||
[y (random)])
|
[y (random)])
|
||||||
(list x x y y))
|
(list x x y y))
|
||||||
#f))])
|
#f))])
|
||||||
(test-equal? eq?)
|
(test-equal? 'eq?)
|
||||||
(test-equal? eqv?)
|
(test-equal? 'eqv?)
|
||||||
(test-equal? equal?))
|
(test-equal? 'equal?))
|
||||||
|
|
||||||
(test-comp '(let ([x 3]) x)
|
(test-comp '(let ([x 3]) x)
|
||||||
'((lambda (x) x) 3))
|
'((lambda (x) x) 3))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user