From 34cacedc6ebf096459033abe31f91375f488a0e8 Mon Sep 17 00:00:00 2001 From: pfdietz <pfdietz@localhost> Date: Wed, 10 Aug 2005 01:05:46 +0000 Subject: [PATCH] Added missing quote in make-condition.3 --- ansi-tests/make-condition.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansi-tests/make-condition.lsp b/ansi-tests/make-condition.lsp index c87146c1..2cf9df27 100644 --- a/ansi-tests/make-condition.lsp +++ b/ansi-tests/make-condition.lsp @@ -28,7 +28,7 @@ (deftest make-condition.3 (let* ((tp '(or program-error type-error)) (c (make-condition tp))) - (or (not (and (subtypep tp condition) + (or (not (and (subtypep tp 'condition) (or (subtypep 'program-error tp) (subtypep 'type-error tp)))) (notnot-mv (typep c tp)))) -- GitLab