From 5dfed472c75fd4842bbbae91c6ee5bb96897d608 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 23 Jan 2010 16:03:50 +0000 Subject: [PATCH] svn: r17777 --- collects/tests/drscheme/README.ss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/collects/tests/drscheme/README.ss b/collects/tests/drscheme/README.ss index 6b7ff39f55..004199c8a5 100644 --- a/collects/tests/drscheme/README.ss +++ b/collects/tests/drscheme/README.ss @@ -8,11 +8,12 @@ load run-test.ss. It will return a function that accepts the names of tests. Those names must be listed here. If no arguments are passed to the function, all tests will be run. -|# stepper-test.ss #| + stepper-test.ss runs the stepper on the sample solutions and checks the results. - + (this test suite is not being maintained) + |# io.ss #| This tests the drscheme's io implementation.