...
original commit: f71156e7e60b350b65d2e5afe4f1d838afeff332
This commit is contained in:
parent
7ab74b1b47
commit
a3d30af820
|
@ -56,8 +56,12 @@
|
|||
(test-allocate name
|
||||
`(lambda () (let ([f (make-object ,% ,name)])
|
||||
(send f show #t)
|
||||
(yield) (yield)
|
||||
f))
|
||||
`(lambda (f) (send f close)))
|
||||
`(lambda (f)
|
||||
(yield) (yield)
|
||||
(send f close)
|
||||
(yield) (yield)))
|
||||
(send-sexp-to-mred '(preferences:set 'framework:exit-when-no-frames #t))))
|
||||
|
||||
(test-allocate "frame%"
|
||||
|
|
Loading…
Reference in New Issue
Block a user