Uniformize afilter and amap tests
This commit is contained in:
parent
ec662685d5
commit
0c3b4d1c89
|
@ -16,7 +16,7 @@
|
||||||
"Multiple 'it' in a nested expression.")
|
"Multiple 'it' in a nested expression.")
|
||||||
|
|
||||||
(define (f lst)
|
(define (f lst)
|
||||||
(afilter (= it 42) lst))
|
(afilter (/ it 0) lst))
|
||||||
|
|
||||||
(check-equal?
|
(check-equal?
|
||||||
'()
|
'()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user