fix "base" and "compatibility" test drivers

This commit is contained in:
Matthew Flatt 2013-11-11 05:51:32 -07:00
parent 9afa50b459
commit 3cc9446b65
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
(load "loadtest.rktl")
(load-relative "loadtest.rktl")
(load-in-sandbox "kw.rktl")
(load-in-sandbox "awk.rktl")

View File

@ -1,3 +1,3 @@
#lang racket/load
(load "quiet.rktl")
(load (collection-file-path "quiet.rktl" "tests/racket"))