From 6b096309778039f75d450acec3d02c3a0fa005f3 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 27 Jul 2011 20:59:13 +0000 Subject: "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. --- test/disabled/run/lisp.check | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 test/disabled/run/lisp.check (limited to 'test/disabled/run/lisp.check') 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") - -- cgit v1.2.3