fixed test with display line

This commit is contained in:
Matthias Felleisen 2013-10-04 15:11:03 -04:00
parent e9ee4c4504
commit bbe1cc9ab6

View File

@ -8,4 +8,5 @@
(with-handlers ((exn:fail? void))
(big-bang 0
(on-draw (λ _ (empty-scene 500 500)))
(stop-when (λ _ (car '())))))
(stop-when (λ _ (car '()))))
(displayln '(*** something went wrong in stop-when crash ***)))