Work on day in period.
This commit is contained in:
parent
0f668cfa34
commit
71687849c4
3 changed files with 36 additions and 10 deletions
|
@ -91,7 +91,7 @@
|
|||
(let ((result expression))
|
||||
(if (eq? result #f)
|
||||
(display ".")
|
||||
(error 'test-true (sprintf "~A expression=~S result=~S"
|
||||
(error 'test-false (sprintf "~A expression=~S result=~S"
|
||||
'name 'expression result)))))))
|
||||
|
||||
;; Passes if the-test raises an exception
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue