another ss->rkt repair to exe creator
Merge to 5.0.1 (cherry picked from commitce03a34318
) original commit:6c79f0d399
This commit is contained in:
parent
8e53d9458b
commit
b4ec84d1a9
|
@ -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)
|
||||||
|
|
||||||
;; ----------------------------------------
|
;; ----------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user