~ chicken-core (chicken-5) c9a081e93413b6fc7104ea7477a576401e8ffc6d


commit c9a081e93413b6fc7104ea7477a576401e8ffc6d
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Wed Mar 23 07:59:33 2011 -0400
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Wed Mar 23 07:59:33 2011 -0400

    don't import : in tests/ec.scm to avoid warning

diff --git a/tests/ec.scm b/tests/ec.scm
index 96297b4e..a84684d2 100644
--- a/tests/ec.scm
+++ b/tests/ec.scm
@@ -14,7 +14,7 @@
 		     min-ec max-ec last-ec first-ec
 		     ec-guarded-do-ec any?-ec every?-ec)
 
-(import scheme chicken)
+(import scheme (except chicken :))
 
 ; <PLAINTEXT>
 ; Eager Comprehensions in [outer..inner|expr]-Convention
Trap