* Make sure that tests return a boolean value.
This commit is contained in:
parent
ac6849ffee
commit
5c96bc39a4
13 changed files with 48 additions and 29 deletions
|
|
@ -55,7 +55,7 @@
|
|||
arg-sets))
|
||||
|
||||
(define (documented? object)
|
||||
(object-documentation object))
|
||||
(not (not (object-documentation object))))
|
||||
|
||||
(define fixnum-bit 30)
|
||||
(define fixnum-min most-negative-fixnum)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue