~ chicken-core (chicken-5) 65270ae1ebe5091df5a95ba258f1d46eae0b2221
commit 65270ae1ebe5091df5a95ba258f1d46eae0b2221
Author: Felix <bunny351@gmail.com>
AuthorDate: Sun Oct 11 00:57:43 2009 +0200
Commit: Felix <bunny351@gmail.com>
CommitDate: Sun Oct 11 00:57:43 2009 +0200
fixed change in expected output of scrutiny-test
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 77661160..00000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-.svn
-*.o
-*.so
diff --git a/tests/scrutiny.expected b/tests/scrutiny.expected
index fa6ab5c8..b07e1f46 100644
--- a/tests/scrutiny.expected
+++ b/tests/scrutiny.expected
@@ -5,7 +5,8 @@ Warning: at toplevel:
Warning: in local procedure `c',
in local procedure `b',
in toplevel procedure `a':
- expected value of type boolean in conditional but were given a value of type `number' which is always true:
+ expected value of type boolean in conditional but were given a value of
+type `number' which is always true:
(if x3 '1 '2)
Trap