summaryrefslogtreecommitdiff
path: root/test-nsc/files/run/lisp.check
diff options
context:
space:
mode:
Diffstat (limited to 'test-nsc/files/run/lisp.check')
-rw-r--r--test-nsc/files/run/lisp.check26
1 files changed, 0 insertions, 26 deletions
diff --git a/test-nsc/files/run/lisp.check b/test-nsc/files/run/lisp.check
deleted file mode 100644
index 8a61dd7315..0000000000
--- a/test-nsc/files/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")
-