updated props in test dir

This commit is contained in:
John Clements 2011-02-03 14:16:59 -08:00
parent 2fe690b29e
commit e4c4170d31
2 changed files with 1 additions and 11 deletions

View File

@ -1899,6 +1899,7 @@ path/s is either such a string or a list of them.
"collects/tests/stepper/already-defined.rktl" drdr:command-line #f
"collects/tests/stepper/automatic-tests.rkt" drdr:timeout 600
"collects/tests/stepper/bad-letrec-test.rktl" drdr:command-line #f
"collects/tests/stepper/big-bang-test.rkt" drdr:command-line (mzc *)
"collects/tests/stepper/constructor-redexes.rktl" drdr:command-line #f
"collects/tests/stepper/global-prim-reduction.rktl" drdr:command-line #f
"collects/tests/stepper/image-test.rktl" drdr:command-line #f

View File

@ -1,11 +0,0 @@
;; The first three lines of this file were inserted by DrRacket. They record metadata
;; about the language level of this file in a form that our tools can easily process.
#reader(lib "htdp-intermediate-reader.ss" "lang")((modname universe-test) (read-case-sensitive #t) (teachpacks ((lib "universe.ss" "teachpack" "2htdp") (lib "image.ss" "teachpack" "2htdp"))) (htdp-settings #(#t constructor repeating-decimal #f #t none #f ((lib "universe.ss" "teachpack" "2htdp") (lib "image.ss" "teachpack" "2htdp")))))
(define (zug state)
(overlay
(rectangle 100 state "solid" "blue")
(rectangle 100 200 "solid" "red")))
(big-bang 14
(on-tick add1)
(to-draw zug))