Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Mon, 8 Oct 2018 01:07:09 +0000 (18:07 -0700)
committerChris Hanson <org/chris-hanson/cph>
Mon, 8 Oct 2018 01:07:09 +0000 (18:07 -0700)
tests/runtime/test-library-data/dependencies.scm

index e4c732de82fd5fecaa01742a0bea62368887909e..f2d7ccfeecc0b3b8adc2bfd26c56ab0e42deb854 100644 (file)
@@ -18,7 +18,7 @@
          foo-bletch-thing)
   (begin
     (define-record-type <foo-bletch>
-       (make-foo-bletch thing b)
+       (make-foo-bletch thing)
        foo-bletch?
       (thing foo-bletch-thing))))