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
rackunit
rackunit/text-ui
unstable/planet-syntax
planet/syntax
"helpers.rkt")
(define here

View File

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