Don't show GUI frame for Esquire test

This commit is contained in:
Asumu Takikawa 2015-01-20 09:47:51 -05:00
parent b9e600dc1a
commit 8bc58ba94c

View File

@ -88,7 +88,9 @@
(define repl-display-canvas
(make-object editor-canvas% frame))
(send repl-display-canvas set-editor repl-editor)
(send frame show #t)
;; Disable showing the frame for the TR tests
;(send frame show #t)
;; User space initialization