diff --git a/ansi-tests/position.lsp b/ansi-tests/position.lsp index a0699f37a06119b859615ed16c0826b8c6a10240..58cf16d219f1ed13d1aeb9768bbc914bc48c89e8 100644 --- a/ansi-tests/position.lsp +++ b/ansi-tests/position.lsp @@ -688,7 +688,7 @@ (deftest position-string.32 (let* ((s1 (copy-seq "xxxabcdabcdyyyyyyyy")) - (s2 (make-array '(4) :displaced-to s1 + (s2 (make-array '(8) :displaced-to s1 :displaced-index-offset 3 :element-type (array-element-type s1)))) (position #\c s2 :from-end t))