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

Fixed bug in find-package.16

parent d8be7de1
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@
t)
(deftest find-package.17
(let* ((name (make-array '(10) :initial-contents "KEYWORDXYZ"
(let* ((name (make-array '(7) :initial-contents "KEYWORD"
:adjustable t
:element-type 'character))
(p (find-package name)))
......
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