From 99d8a2b11ca5341ca6d0f85a5d5d37c11273b690 Mon Sep 17 00:00:00 2001 From: pfdietz <pfdietz@localhost> Date: Mon, 7 Oct 2002 12:32:52 +0000 Subject: [PATCH] Load FUNCTIONP tests with other tests. Five are presently failing. --- ansi-tests/gclload2.lsp | 1 + 1 file changed, 1 insertion(+) diff --git a/ansi-tests/gclload2.lsp b/ansi-tests/gclload2.lsp index 5c44627b..cbbf24c4 100644 --- a/ansi-tests/gclload2.lsp +++ b/ansi-tests/gclload2.lsp @@ -8,6 +8,7 @@ (load "constantly.lsp") (load "complement.lsp") (load "setf-apply.lsp") +(load "functionp.lsp") ;;; Tests of conses -- GitLab