summaryrefslogtreecommitdiff
path: root/test/files/run/lisp.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/lisp.check')
-rw-r--r--test/files/run/lisp.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/lisp.check b/test/files/run/lisp.check
index 8a61dd7315..64053f26d0 100644
--- a/test/files/run/lisp.check
+++ b/test/files/run/lisp.check
@@ -11,7 +11,7 @@ faculty(10) = 3628800
faculty(10) = 3628800
foobar = ("a" "bc" "def" "z")
-List('lambda,List('x),List('+,List('*,'x,'x),1))
+List('lambda, List('x), List('+, List('*, 'x, 'x), 1))
(lambda (x) (+ (* x x) 1))
( '(1 2 3)) = (1 2 3)