Small bug fix for when on-execute has no rep
svn: r9627
This commit is contained in:
parent
0340ae770f
commit
cfd0a73743
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user