fixed tests for moved unstable libs

This commit is contained in:
Ryan Culpepper 2011-04-08 10:30:32 -06:00
parent 7828a7bfa7
commit e0db3ed2e3
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
planet/util planet/util
rackunit rackunit
rackunit/text-ui rackunit/text-ui
unstable/planet-syntax planet/syntax
"helpers.rkt") "helpers.rkt")
(define here (define here

View File

@ -2,7 +2,7 @@
(load-relative "../racket/loadtest.rktl") (load-relative "../racket/loadtest.rktl")
(Section 'srcloc) (Section 'srcloc)
(require unstable/srcloc) (require syntax/srcloc)
(require racket/shared) (require racket/shared)
(test #t source-location? #f) (test #t source-location? #f)