diff --git a/ansi-tests/make-condition.lsp b/ansi-tests/make-condition.lsp index 0b1ee2d1382ed571272a83758dc4922a6b2d82d4..964d1d63f38284cdc486a945209037352ab391bf 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)