From 7b731920cea8ea779887a198676e034914014245 Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Sun, 7 Oct 2018 18:07:09 -0700
Subject: [PATCH] Fix typo.

---
 tests/runtime/test-library-data/dependencies.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 <foo-bletch>
-	(make-foo-bletch thing b)
+	(make-foo-bletch thing)
 	foo-bletch?
       (thing foo-bletch-thing))))
 
-- 
2.25.1