~ chicken-core (chicken-5) 441b1b8956b888b66f97524ec71b8c79a3e236d2


commit 441b1b8956b888b66f97524ec71b8c79a3e236d2
Author:     felix <felix@z.(none)>
AuthorDate: Fri Apr 8 07:17:06 2011 +0200
Commit:     felix <felix@z.(none)>
CommitDate: Fri Apr 8 07:17:06 2011 +0200

    typo fix in manifest

diff --git a/distribution/manifest b/distribution/manifest
index b2a076d2..38a9baa5 100644
--- a/distribution/manifest
+++ b/distribution/manifest
@@ -172,7 +172,7 @@ tests/dwindtst.scm
 tests/dwindtst.expected
 tests/callback-tests.scm
 tests/reader-tests.scm
-tests/pp-tests.scm
+tests/pp-test.scm
 tweaks.scm
 utils.scm
 apply-hack.x86.S
diff --git a/tests/pp-test.scm b/tests/pp-test.scm
index 0de573c1..318c982e 100644
--- a/tests/pp-test.scm
+++ b/tests/pp-test.scm
@@ -1,3 +1,5 @@
+;;;; pp-test.scm
+
 
 (define (pp->string thing)
   (with-output-to-string (cut pp thing)))
Trap