~ chicken-core (chicken-5) 2839224a3ceb7152ca9cae64927b9219f7da8e5d


commit 2839224a3ceb7152ca9cae64927b9219f7da8e5d
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sun Jan 17 00:38:52 2010 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sun Jan 17 00:38:52 2010 +0100

    trivial change

diff --git a/tests/compiler-syntax-tests.scm b/tests/compiler-syntax-tests.scm
index 192dc63b..c22640c9 100644
--- a/tests/compiler-syntax-tests.scm
+++ b/tests/compiler-syntax-tests.scm
@@ -57,7 +57,6 @@
 (module bar (xxx)
   (import scheme chicken)
   (define (xxx) 'yyy)			; ineffective - suboptimal
-  (define (abc) 123)
   ;(assert (eq? 'yyy (xxx)))
   (define-compiler-syntax xxx
     (syntax-rules ()
Trap