tests: remove "gui" lock declarations

The fresh PLTUSERHOME created by `raco test --drdr` should avoid
the problems that made the lock necessary before.

original commit: 165f21a192f28746519c21cfd3b079ac73ff1b84
This commit is contained in:
Matthew Flatt 2014-06-03 07:38:57 +01:00
parent 4491fd3362
commit f1121af8d2
5 changed files with 0 additions and 17 deletions

View File

@ -33,7 +33,3 @@
(>= (send vpb1 get-aligned-min-height)
(send vpb2 get-aligned-min-height)
(snip-height es))
(module+ test
(module config info
(define lock-name "gui")))

View File

@ -126,7 +126,3 @@
(send frame show #f))
;; (printf "tests done\n")
(module+ test
(module config info
(define lock-name "gui")))

View File

@ -145,7 +145,3 @@
(send frame show #f)
(printf "done\n")
(module+ test
(module config info
(define lock-name "gui")))

View File

@ -112,7 +112,3 @@
(send frame show #f)
(printf "done\n")
(module+ test
(module config info
(define lock-name "gui")))

View File

@ -121,5 +121,4 @@
(module+ test
(module config info
(define lock-name "gui")
(define timeout 360)))