From c1d1fec365efbb7ee4798594784458b3f5be4dcf Mon Sep 17 00:00:00 2001 From: Sean McDirmid Date: Fri, 30 Mar 2007 08:03:47 +0000 Subject: Fixing the build (toString() issues in the comp... Fixing the build (toString() issues in the compiler) and the test suite (toString() issues, spacing issues, and some stringPrefix issues) --- test/files/run/lisp.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/lisp.check') 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) -- cgit v1.2.3