another ss->rkt repair to exe creator

Merge to 5.0.1

original commit: ce03a34318
This commit is contained in:
Matthew Flatt 2010-07-20 06:36:24 -06:00
parent b6a4c4ed65
commit c1d54547d8

View File

@ -461,6 +461,7 @@
(go '(planet racket-tester/p1/other) "two\nother\n") (go '(planet racket-tester/p1/other) "two\nother\n")
(go '(planet "private/sub.rkt" ("racket-tester" "p2.plt" 2 0)) "two\nsub\n") (go '(planet "private/sub.rkt" ("racket-tester" "p2.plt" 2 0)) "two\nsub\n")
(go '(planet "private/sub.ss" ("racket-tester" "p2.plt" 2 0)) "two\nsub\n") (go '(planet "private/sub.ss" ("racket-tester" "p2.plt" 2 0)) "two\nsub\n")
(go '(planet "main.ss" ("racket-tester" "p2.plt" 2 0)) "two\n")
(void)) (void))
@ -469,11 +470,11 @@
;; ---------------------------------------- ;; ----------------------------------------
;(try-basic) (try-basic)
;(try-mzc) (try-mzc)
;(try-extension) (try-extension)
;(try-gracket) (try-gracket)
;(try-reader) (try-reader)
(try-planet) (try-planet)
;; ---------------------------------------- ;; ----------------------------------------