From 3d6755c1fbbfb1215cbc82c1748d6a7d431a0136 Mon Sep 17 00:00:00 2001 From: pfdietz <pfdietz@localhost> Date: Mon, 17 Feb 2003 12:25:11 +0000 Subject: [PATCH] IF is a special operator, so removed error tests. --- ansi-tests/if.lsp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/ansi-tests/if.lsp b/ansi-tests/if.lsp index 26af82e3..764e287c 100644 --- a/ansi-tests/if.lsp +++ b/ansi-tests/if.lsp @@ -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) - - - - - -- GitLab