summaryrefslogtreecommitdiff
path: root/test/files/run/lisp.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-03-28 17:54:19 -0700
committerPaul Phillips <paulp@improving.org>2012-03-28 17:54:19 -0700
commit622cc9967376d6cef57c7478587e20d6afe9503f (patch)
treee9acba6b2b21f0951b9d40dedc418950b9f76d9d /test/files/run/lisp.check
parent399bd6240f775583ee9709311bd0b02e8359c15c (diff)
downloadscala-622cc9967376d6cef57c7478587e20d6afe9503f.tar.gz
scala-622cc9967376d6cef57c7478587e20d6afe9503f.tar.bz2
scala-622cc9967376d6cef57c7478587e20d6afe9503f.zip
Revert the lisp test.
The lisp test enjoys the suffering of others.
Diffstat (limited to 'test/files/run/lisp.check')
-rw-r--r--test/files/run/lisp.check25
1 files changed, 0 insertions, 25 deletions
diff --git a/test/files/run/lisp.check b/test/files/run/lisp.check
deleted file mode 100644
index 38ca7b655d..0000000000
--- a/test/files/run/lisp.check
+++ /dev/null
@@ -1,25 +0,0 @@
-(lambda (x) (+ (* x x) 1))
-(lambda (x) (+ (* x x) 1))
-
-( '(1 2 3)) = (1 2 3)
-(car '(1 2 3)) = 1
-(cdr '(1 2 3)) = (2 3)
-(null? '(2 3)) = 0
-(null? '()) = 1
-
-faculty(10) = 3628800
-faculty(10) = 3628800
-foobar = ("a" "bc" "def" "z")
-
-List('lambda, List('x), List('+, List('*, 'x, 'x), 1))
-(lambda (x) (+ (* x x) 1))
-
-( '(1 2 3)) = (1 2 3)
-(car '(1 2 3)) = 1
-(cdr '(1 2 3)) = (2 3)
-(null? '(2 3)) = 0
-(null? '()) = 1
-
-faculty(10) = 3628800
-faculty(10) = 3628800
-foobar = ("a" "bc" "def" "z")