www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ab36883dfa003a254bfca731c9d47e024f68ca0d
parent b99ae65e0d728ff0e4348beb392093314b1d5937
Author: Ryan Culpepper <ryanc@racket-lang.org>
Date:   Thu, 15 Jan 2009 00:07:47 +0000

macro stepper tests: updated

svn: r13133

original commit: 92a938dc6dee5cc1f255135639a36f478c08151e

Diffstat:
Mcollects/tests/macro-debugger/gui-tests.ss | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/collects/tests/macro-debugger/gui-tests.ss b/collects/tests/macro-debugger/gui-tests.ss @@ -207,7 +207,8 @@ (sleep 1) (parameterize ((current-eventspace (make-eventspace))) (let ([frame (new macro-stepper-frame% - (config (new macro-stepper-config/prefs/readonly%)))]) + (config (new macro-stepper-config/prefs/readonly%)) + (director (new macro-stepper-director%)))]) (send frame show #t) frame))) @@ -270,4 +271,4 @@ (send frame get-eventspace)))))))))) (define (test-stepper expr) - (test-stepper* (list expr) '(none basic normal)))) + (test-stepper* (list expr) '(none basic normal)))