~ chicken-core (chicken-5) 877429b9fabe17ad052d9158327b9d6a49ba630c
commit 877429b9fabe17ad052d9158327b9d6a49ba630c
Author: Peter Bex <peter.bex@xs4all.nl>
AuthorDate: Sun Oct 28 15:15:48 2012 +0100
Commit: Peter Bex <peter.bex@xs4all.nl>
CommitDate: Sun Oct 28 15:15:48 2012 +0100
Forgot to add this. Let's just blame git
diff --git a/tests/scrutiny.expected b/tests/scrutiny.expected
index 5faf7376..a8c7c6d9 100644
--- a/tests/scrutiny.expected
+++ b/tests/scrutiny.expected
@@ -34,7 +34,7 @@ Warning: at toplevel:
(scrutiny-tests.scm:25) in procedure call to `+', expected argument #2 of type `number', but was given an argument of type `symbol'
Warning: at toplevel:
- assignment of value of type `fixnum' to toplevel variable `car' does not match declared type `(forall (a147) (procedure car ((pair a147 *)) a147))'
+ assignment of value of type `fixnum' to toplevel variable `car' does not match declared type `(forall (a148) (procedure car ((pair a148 *)) a148))'
Warning: at toplevel:
expected in `let' binding of `g8' a single result, but were given 2 results
Trap