summaryrefslogtreecommitdiff
path: root/test/files/run/lisp.check
diff options
context:
space:
mode:
authorSean McDirmid <sean.mcdirmid@gmail.com>2007-03-30 08:03:47 +0000
committerSean McDirmid <sean.mcdirmid@gmail.com>2007-03-30 08:03:47 +0000
commitc1d1fec365efbb7ee4798594784458b3f5be4dcf (patch)
tree81853571356e3d12df16c865b1e20a46ad72b08a /test/files/run/lisp.check
parent3b317f928b0ea755037f71bd59bbe30e23deb725 (diff)
downloadscala-c1d1fec365efbb7ee4798594784458b3f5be4dcf.tar.gz
scala-c1d1fec365efbb7ee4798594784458b3f5be4dcf.tar.bz2
scala-c1d1fec365efbb7ee4798594784458b3f5be4dcf.zip
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)
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)