fix test
This commit is contained in:
parent
04a60d713b
commit
f58cfe596a
|
@ -16,7 +16,10 @@
|
||||||
(vector-immutable i ...)
|
(vector-immutable i ...)
|
||||||
(string->immutable-string str)
|
(string->immutable-string str)
|
||||||
(make-prefab-struct pf-type legal-message ...)
|
(make-prefab-struct pf-type legal-message ...)
|
||||||
(string->path (string-append string "x"))
|
(string->path (string-append (if (path-string? string)
|
||||||
|
string
|
||||||
|
"?")
|
||||||
|
"x"))
|
||||||
(let-values ([(a b) (place-channel)]) a)
|
(let-values ([(a b) (place-channel)]) a)
|
||||||
(let-values ([(a b) (place-channel)]) b)
|
(let-values ([(a b) (place-channel)]) b)
|
||||||
f)
|
f)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user