Small bug fix for when on-execute has no rep

svn: r9627
This commit is contained in:
Kathy Gray 2008-05-03 11:29:12 +00:00
parent 0340ae770f
commit cfd0a73743

View File

@ -142,7 +142,8 @@
(fprintf port "This program should be tested.~n"))
(define/public (display-results rep event-space)
(send test-display install-info test-info)
(if event-space
(if (and rep event-space)
(parameterize ([(dynamic-require 'scheme/gui 'current-eventspace)
event-space])
((dynamic-require 'scheme/gui 'queue-callback)