Skip to content
Snippets Groups Projects
Commit ce17981f authored by pfdietz's avatar pfdietz
Browse files

Fixed innocuous type.

parent a89a8ca3
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
(deftest delete-package.6 (deftest delete-package.6
(progn (progn
(safely-delete-package "TEST-20)") (safely-delete-package "TEST-20")
(handler-bind ((package-error (handler-bind ((package-error
#'(lambda (c) #'(lambda (c)
(let ((r (find-restart 'continue c))) (let ((r (find-restart 'continue c)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment