diff --git a/tests/syntax.scm b/tests/syntax.scm index 0ba9d5273..b4939c163 100644 --- a/tests/syntax.scm +++ b/tests/syntax.scm @@ -1556,5 +1556,5 @@ (alist alist-builder (rest ...) (results ... (a . b)))) ((_ a ...) (alist alist-builder (a ...) ())))) - (t.is (alist 'foo 10 'bar 20 'baz 30) + (t.is (alist foo 10 bar 20 baz 30) '((foo . 10) (bar . 20) (baz . 30)))))