fixed test with display line
This commit is contained in:
parent
e9ee4c4504
commit
bbe1cc9ab6
|
@ -8,4 +8,5 @@
|
||||||
(with-handlers ((exn:fail? void))
|
(with-handlers ((exn:fail? void))
|
||||||
(big-bang 0
|
(big-bang 0
|
||||||
(on-draw (λ _ (empty-scene 500 500)))
|
(on-draw (λ _ (empty-scene 500 500)))
|
||||||
(stop-when (λ _ (car '())))))
|
(stop-when (λ _ (car '()))))
|
||||||
|
(displayln '(*** something went wrong in stop-when crash ***)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user