fix test after moving raco exe tests

This commit is contained in:
Matthew Flatt 2013-11-08 20:23:55 -07:00
parent abe3647b67
commit 4d0b1fe4dd

View File

@ -8,7 +8,7 @@
(void (void
(system* raco "planet" "link" "racket-tester" "p1.plt" "1" "0" (system* raco "planet" "link" "racket-tester" "p1.plt" "1" "0"
(path->string (collection-path "tests" "racket" "embed-planet-1")))) (path->string (collection-path "tests" "compiler" "embed" "embed-planet-1"))))
(define (test expected got) (define (test expected got)
(unless (equal? expected got) (unless (equal? expected got)