From 70137b87897ff3606242da4e8890230e203ee7d5 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 1 Aug 2008 13:05:22 +0000 Subject: [PATCH] update Ypsilon instructions svn: r11018 --- collects/tests/r6rs/README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/tests/r6rs/README.txt b/collects/tests/r6rs/README.txt index 9f88a3bda4..e29d5d7e66 100644 --- a/collects/tests/r6rs/README.txt +++ b/collects/tests/r6rs/README.txt @@ -99,15 +99,15 @@ perhaps in the location reported by Two tests fail; they correspond to documented non-conformance with R6RS. -Ypsilon (verion 0.9.5-update2) +Ypsilon (version 0.9.6) ------- Put this directory at "/tests/r6rs" and run with "run.sps": cd - ypsilon --sitelib=. --no-letrec-check tests/r6rs/run.sps + ypsilon --sitelib=. --clean-acc tests/r6rs/run.sps or run an individual library's test, such as "run/program.sps" as cd - ypsilon --sitelib=. --no-letrec-check tests/r6rs/run/program.sps + ypsilon --sitelib=. --clean-acc tests/r6rs/run/program.sps