diff --git a/pkgs/gui-pkgs/gui-test/tests/gracket/draw.rkt b/pkgs/gui-pkgs/gui-test/tests/gracket/draw.rkt index 5eff3fb4..b4615c96 100644 --- a/pkgs/gui-pkgs/gui-test/tests/gracket/draw.rkt +++ b/pkgs/gui-pkgs/gui-test/tests/gracket/draw.rkt @@ -12,7 +12,7 @@ (define sys-path (lambda (f) - (build-path (collection-path "icons") f))) + (collection-file-path f "icons"))) (define local-path (let ([d (current-load-relative-directory)])