Uniformize afilter and amap tests

This commit is contained in:
Suzanne Soy 2021-07-28 21:10:17 +01:00
parent ec662685d5
commit 0c3b4d1c89

View File

@ -16,7 +16,7 @@
"Multiple 'it' in a nested expression.")
(define (f lst)
(afilter (= it 42) lst))
(afilter (/ it 0) lst))
(check-equal?
'()