diff --git a/tests/records.scm b/tests/records.scm index 6346c154cd..800ed03827 100644 --- a/tests/records.scm +++ b/tests/records.scm @@ -56,7 +56,7 @@ (and (match (bar (x 1) (y (+ x 1)) (z (* y 2))) (($ 1 2 4) #t)) (match (bar (x 7) (z (* x 3))) - (($ 7 42 21))) + (($ 7 42 21) #t)) (match (bar (z 21) (x (/ z 3))) (($ 7 42 21) #t)))))