make drracket's test util use a relative path for things

inside the same collection so this file can (when other
things aren't too different) be used in a version of racket
that doesn't generally have the tests
This commit is contained in:
Robby Findler 2012-11-15 07:44:22 -06:00
parent bfa6f374ff
commit 8a45494872

View File

@ -5,7 +5,7 @@
scheme/gui/base
scheme/class
scheme/contract
tests/utils/gui)
"../../utils/gui.rkt")
(provide/contract
[use-get/put-dialog (-> (-> any) path? void?)]