master: Fix a test

stassats via Sbcl-commits <[email protected]> Thu, 23 Jul 2026 21:35:46 +0000
Newsgroups gmane.lisp.steel-bank.cvs
Message-ID <[email protected]>
The branch "master" has been updated in SBCL:
       via  27e9e4b0ca7112efb59a7f58d8f7e2734ea70b54 (commit)
      from  392382ba0ba71e0bee6159350ad8dbc55c61fd20 (commit)

- Log -----------------------------------------------------------------
commit 27e9e4b0ca7112efb59a7f58d8f7e2734ea70b54
Author: Stas Boukarev <[email protected]>
Date:   Fri Jul 24 00:35:31 2026 +0300

    Fix a test
    
    [skip ci]
---
 tests/utf-8.impure.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/utf-8.impure.lisp b/tests/utf-8.impure.lisp
index 4a69553ce..7814fb45d 100644
--- a/tests/utf-8.impure.lisp
+++ b/tests/utf-8.impure.lisp
@@ -251,7 +251,7 @@
                  (incf index 4))
                 (t (return index))))))))
 
-
+#+(or arm64 x86-64)
 (with-test (:name :utf8-to-character-string)
   (let ((vector (make-array sb-impl::+bytes-per-buffer+ :element-type '(unsigned-byte 8)))
         (ibuf (sb-impl::alloc-buffer))

-----------------------------------------------------------------------


hooks/post-receive
-- 
SBCL