~ chicken-core (chicken-5) 232afeaa499699ecd407f19764b2794d0ac7c712


commit 232afeaa499699ecd407f19764b2794d0ac7c712
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Jul 27 00:36:22 2010 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Tue Jul 27 00:36:22 2010 +0200

    enabled import/rename test

diff --git a/tests/syntax-tests.scm b/tests/syntax-tests.scm
index 5e6075b7..653721ed 100644
--- a/tests/syntax-tests.scm
+++ b/tests/syntax-tests.scm
@@ -464,7 +464,6 @@
 
 ;;; import not seen, if explicitly exported and renamed:
 
-#|
 (module foo ((bar baz))
 (import scheme chicken)
 
@@ -479,4 +478,3 @@
 
 (import (prefix foo f:))
 (f:bar 1)
-|#
Trap