summaryrefslogtreecommitdiff
path: root/test/disabled/run/lisp.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-07-27 20:59:13 +0000
committerPaul Phillips <paulp@improving.org>2011-07-27 20:59:13 +0000
commit6b096309778039f75d450acec3d02c3a0fa005f3 (patch)
tree44bea86c243cb2e7fb67e682110791d876d07f64 /test/disabled/run/lisp.check
parent401baad565218da34558318ebd1f65edb31b39c8 (diff)
downloadscala-6b096309778039f75d450acec3d02c3a0fa005f3.tar.gz
scala-6b096309778039f75d450acec3d02c3a0fa005f3.tar.bz2
scala-6b096309778039f75d450acec3d02c3a0fa005f3.zip
"Freed the lisp test." Tweaked partest defaults...
"Freed the lisp test." Tweaked partest defaults a little in the hopes that seth tisue is correct in his analysis. No review.
Diffstat (limited to 'test/disabled/run/lisp.check')
-rw-r--r--test/disabled/run/lisp.check26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/disabled/run/lisp.check b/test/disabled/run/lisp.check
deleted file mode 100644
index 64053f26d0..0000000000
--- a/test/disabled/run/lisp.check
+++ /dev/null
@@ -1,26 +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")
-