repir boolean=? test

svn: r9948
This commit is contained in:
Matthew Flatt 2008-05-24 22:27:29 +00:00
parent 344b225e20
commit fadfbf73e1

View File

@ -951,7 +951,7 @@
(test (boolean? 0) #f)
(test (boolean? '()) #f)
(test (boolean=? #f #f) #f)
(test (boolean=? #f #f) #t)
(test (boolean=? #t #t) #t)
(test (boolean=? #t #f) #f)
(test (boolean=? #f #t) #f)