original commit: f71156e7e60b350b65d2e5afe4f1d838afeff332
This commit is contained in:
Robby Findler 2000-06-27 23:42:56 +00:00
parent 7ab74b1b47
commit a3d30af820

View File

@ -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%"