test case to finish repair for `racket/gui/init' load handler
Test case for b111241afe
.
This commit is contained in:
parent
b342009e71
commit
d44aa13c15
6
collects/tests/gracket/wxme-load.rkt
Normal file
6
collects/tests/gracket/wxme-load.rkt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#lang racket/base
|
||||||
|
(require racket/gui/base)
|
||||||
|
|
||||||
|
(parameterize ([current-namespace (make-gui-namespace)])
|
||||||
|
(namespace-require 'racket/gui/init)
|
||||||
|
(void (load (collection-file-path "prog8.mre" "tests" "gracket"))))
|
Loading…
Reference in New Issue
Block a user