From 830ea8d039c20adee8cc7cb8f1ecf8beef8b8235 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 27 Aug 2004 01:23:11 +0000 Subject: [PATCH] *** empty log message *** --- test-suite/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index a57a61c67..da0a31f7d 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -2,6 +2,10 @@ * tests/regexp.test (regexp-quote): New tests. + * tests/srfi-31.test: Use define-module to keep bindings out of + further tests. Use-module (test-suite lib) for stand-alone operation. + (rec): Exercise bad args. + 2004-08-25 Kevin Ryde * and-let-star.scm (and-let*): Give #t for an empty body, per srfi-2