From f41c0a4e9b2823228a2740cddf6f89d17db8386b Mon Sep 17 00:00:00 2001
From: pfdietz <pfdietz@localhost>
Date: Wed, 22 Sep 2004 12:22:14 +0000
Subject: [PATCH] And another

---
 ansi-tests/position.lsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansi-tests/position.lsp b/ansi-tests/position.lsp
index a0699f37..58cf16d2 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))
-- 
GitLab