Skip to content

Commit

Permalink
remove dependency from "gui-test" on "shrubbery-lib"
Browse files Browse the repository at this point in the history
Use `#lang shrubbery` for a test only if it turns out to be installed,
for now.
  • Loading branch information
mflatt committed Nov 3, 2024
1 parent 8ab83d9 commit 12c4cfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion gui-test/framework/tests/text-indent-guides-test.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@
(set))))


(let ()
(when (with-handlers ([exn:fail? (lambda (x) #f)])
(collection-path "shrubbery"))
(define t (new (text:indent-guides-mixin text%)))
(send t insert
(string-append
Expand Down
3 changes: 1 addition & 2 deletions gui-test/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"sandbox-lib"
"simple-tree-text-markup-lib"
"pict-lib"
"pict-snip-lib"
"shrubbery-lib"))
"pict-snip-lib"))
(define update-implies '("gui-lib"))

(define pkg-desc "tests for \"gui\"")
Expand Down

0 comments on commit 12c4cfc

Please sign in to comment.