From b5d041c4292f7eb4860b1549f812c7876bb1c5b1 Mon Sep 17 00:00:00 2001 From: John Clements Date: Thu, 12 Jan 2006 23:57:31 +0000 Subject: [PATCH] ... svn: r1817 --- collects/tests/stepper/through-tests.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/tests/stepper/through-tests.ss b/collects/tests/stepper/through-tests.ss index 3f545557e9..79bee4ab6b 100644 --- a/collects/tests/stepper/through-tests.ss +++ b/collects/tests/stepper/through-tests.ss @@ -1403,6 +1403,6 @@ (test-teachpack-sequence " (define (f2c x) x) (convert-gui f2c)" `() ; placeholder )) - (run-tests '(simple-begin)) + (run-tests '(begin)) #;(run-all-tests) )