~ chicken-core (chicken-5) 1697bed746fd32081d44f6444fa8a060977300d1
commit 1697bed746fd32081d44f6444fa8a060977300d1
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Wed Sep 21 10:20:10 2011 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Wed Sep 21 10:20:10 2011 +0200
removed failing test (corrected smashing for (list T) will force result to be list of undetermined type)
diff --git a/tests/typematch-tests.scm b/tests/typematch-tests.scm
index bbb50cfc..a1048f40 100644
--- a/tests/typematch-tests.scm
+++ b/tests/typematch-tests.scm
@@ -151,7 +151,6 @@
(checkp boolean? #f boolean)
(checkp pair? '(1 . 2) pair)
(checkp null? '() null)
-(checkp list? '(1) (list fixnum))
(checkp symbol? 'a symbol)
(checkp number? (+ n) number)
(checkp number? (+ n) number)
Trap