~ chicken-core (chicken-5) 7b73c88c13196a9d01b44a4a6c6a99ff6a58d201
commit 7b73c88c13196a9d01b44a4a6c6a99ff6a58d201 Author: Evan Hanson <evhan@foldling.org> AuthorDate: Mon Jul 13 08:53:50 2015 +1200 Commit: Evan Hanson <evhan@foldling.org> CommitDate: Mon Jul 13 08:54:03 2015 +1200 Fix filenames of numbers tests in manifest They were added with the wrong filenames in 92433dc. diff --git a/distribution/manifest b/distribution/manifest index 39b2db6c..25c3a8b4 100644 --- a/distribution/manifest +++ b/distribution/manifest @@ -124,9 +124,9 @@ tests/executable-tests.scm tests/condition-tests.scm tests/fixnum-tests.scm tests/numbers-string-conversion-tests.scm -tests/numbers-tests.scm -tests/numbers-tests-ashinn.scm -tests/numbers-tests-gauche.scm +tests/numbers-test.scm +tests/numbers-test-ashinn.scm +tests/numbers-test-gauche.scm tests/path-tests.scm tests/posix-tests.scm tests/r4rstest.outTrap