From 7ea0640de3516552a34a9f11735b1b75aaebe312 Mon Sep 17 00:00:00 2001 From: pfdietz <pfdietz@localhost> Date: Tue, 15 Oct 2002 12:30:53 +0000 Subject: [PATCH] Added a comment about lossage in MAKE-PACKAGE-6, which has a problem due to a continuable error. --- ansi-tests/packages-09.lsp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansi-tests/packages-09.lsp b/ansi-tests/packages-09.lsp index 96cf5655..b79fed6a 100644 --- a/ansi-tests/packages-09.lsp +++ b/ansi-tests/packages-09.lsp @@ -76,6 +76,9 @@ (ignore-errors (delete-package p))))) t) +;;; This test is screwed up because of something I don't +;;; understand about how to handle continuable errors + (deftest make-package-6 (progn (ignore-errors (delete-package #\X)) -- GitLab