raco exe: fix missing ss->rkt conversion and remove debugging printf

Merge to 5.0.1

original commit: f602d11a7f
This commit is contained in:
Matthew Flatt 2010-07-19 13:55:23 -06:00
parent 6887ead2c5
commit 3128c02641

View File

@ -460,6 +460,7 @@
(go '(planet racket-tester/p1/alt) "one\nalt\n") (go '(planet racket-tester/p1/alt) "one\nalt\n")
(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")
(void)) (void))
@ -468,11 +469,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)
;; ---------------------------------------- ;; ----------------------------------------