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:
parent
bfa6f374ff
commit
8a45494872
|
@ -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?)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user