removed tests from universe syntax parse

This commit is contained in:
Matthias Felleisen 2010-04-25 18:41:02 -04:00
parent 616080c7c4
commit 2a5b43a321

View File

@ -111,7 +111,7 @@
(big-bang 1 (on-tick add1))
(big-bang 2 (on-tick add1 1/2))
(big-bang 3 (on-draw add1 1/2 1/3))
(big-bang 4 (on-mouse add1 1 2))
; (big-bang 4 (on-mouse add1 1 2))
)
(require 'utest)