Skip to content
Snippets Groups Projects
Commit 3d6755c1 authored by pfdietz's avatar pfdietz
Browse files

IF is a special operator, so removed error tests.

parent ba13bd3c
No related branches found
No related tags found
No related merge requests found
......@@ -33,16 +33,3 @@
(let ((i 0))
(values (if (= (incf i) 1) 't nil) i))
t 1)
(deftest if.error.1
(classify-error (if))
program-error)
(deftest if.error.2
(classify-error (if t 1 2 3))
program-error)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment