From 4a31ad07a96eaaaf3bc446c75be9c30bf2aad2b7 Mon Sep 17 00:00:00 2001 From: pfdietz <pfdietz@localhost> Date: Sun, 4 Sep 2005 15:12:16 +0000 Subject: [PATCH] Fixed malformed :notes on make-condition.[34] --- ansi-tests/make-condition.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansi-tests/make-condition.lsp b/ansi-tests/make-condition.lsp index 0b1ee2d1..964d1d63 100644 --- a/ansi-tests/make-condition.lsp +++ b/ansi-tests/make-condition.lsp @@ -26,7 +26,7 @@ nil) (deftest make-condition.3 - (:notes :make-condition-with-compound-name :ansi-spec-problem) + :notes (:make-condition-with-compound-name :ansi-spec-problem) (let* ((tp '(or program-error type-error)) (c (make-condition tp))) (or (not (and (subtypep tp 'condition) @@ -36,7 +36,7 @@ t) (deftest make-condition.4 - (:notes :make-condition-with-compound-name :ansi-spec-problem) + :notes (:make-condition-with-compound-name :ansi-spec-problem) (let* ((tp '(and simple-error type-error)) (c (make-condition tp))) (or (not (and (subtypep 'simple-error tp) -- GitLab