summaryrefslogtreecommitdiff
path: root/test/files/run/Course-2002-11.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/Course-2002-11.check')
-rw-r--r--test/files/run/Course-2002-11.check11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/files/run/Course-2002-11.check b/test/files/run/Course-2002-11.check
deleted file mode 100644
index 526d7ea790..0000000000
--- a/test/files/run/Course-2002-11.check
+++ /dev/null
@@ -1,11 +0,0 @@
-
-( '(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")
-