From: Chris Hanson Date: Mon, 8 Oct 2018 01:07:09 +0000 (-0700) Subject: Fix typo. X-Git-Tag: mit-scheme-pucked-9.2.19~2^2~8 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7b731920cea8ea779887a198676e034914014245;p=mit-scheme.git Fix typo. --- diff --git a/tests/runtime/test-library-data/dependencies.scm b/tests/runtime/test-library-data/dependencies.scm index e4c732de8..f2d7ccfee 100644 --- a/tests/runtime/test-library-data/dependencies.scm +++ b/tests/runtime/test-library-data/dependencies.scm @@ -18,7 +18,7 @@ foo-bletch-thing) (begin (define-record-type - (make-foo-bletch thing b) + (make-foo-bletch thing) foo-bletch? (thing foo-bletch-thing))))