Fix some props, and fix uses of load-relative
.
This commit is contained in:
parent
8cfe4173c4
commit
85070e3679
|
@ -1590,6 +1590,7 @@ path/s is either such a string or a list of them.
|
|||
"racket/collects/racket/private/generic-interfaces.rkt" responsible (asumu stamourv cce)
|
||||
"racket/collects/racket/private/generic-methods.rkt" responsible (asumu stamourv cce)
|
||||
"racket/collects/racket/private/generic.rkt" responsible (asumu stamourv cce)
|
||||
"racket/collects/racket/private/shared-body.rktl" drdr:command-line #f
|
||||
"racket/collects/raco/main.rkt" drdr:command-line #f
|
||||
"racket/collects/raco/raco.rkt" drdr:command-line #f
|
||||
"racket/collects/s-exp" responsible (eli mflatt)
|
||||
|
@ -1597,6 +1598,7 @@ path/s is either such a string or a list of them.
|
|||
"racket/collects/setup/setup-go.rkt" drdr:command-line #f
|
||||
"racket/collects/setup/unixstyle-install.rkt" drdr:command-line (mzc *)
|
||||
"racket/collects/setup/winvers.rkt" drdr:command-line (mzc *)
|
||||
"racket/collects/setup/winstrip.rkt" drdr:command-line (mzc *)
|
||||
"racket/collects/syntax/parse" responsible (ryanc)
|
||||
"racket/collects/syntax/parse.rkt" responsible (ryanc)
|
||||
"racket/collects/unstable/sequence.rkt" responsible (samth)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(load-relative "../racket/loadtest.rktl")
|
||||
(load-relative (collection-file-path "loadtest.rktl" "tests/racket"))
|
||||
(require mzlib/class
|
||||
syntax-color/paren-tree)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(load-relative "../racket/loadtest.rktl")
|
||||
(load-relative (collection-file-path "loadtest.rktl" "tests/racket"))
|
||||
(require mzlib/class
|
||||
syntax-color/token-tree)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user