From 5de15e81b508bc1f00703a2f1f5afbe90fe1fc29 Mon Sep 17 00:00:00 2001
From: pfdietz <pfdietz@localhost>
Date: Wed, 9 Oct 2002 12:27:48 +0000
Subject: [PATCH] SIMPLE-BASE-STRING is *not* a subclass of SIMPLE-VECTOR

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

diff --git a/ansi-tests/string.lsp b/ansi-tests/string.lsp
index 36b10956..254501c5 100644
--- a/ansi-tests/string.lsp
+++ b/ansi-tests/string.lsp
@@ -110,7 +110,7 @@
 
 (deftest simple-base-string.8
   (subtypep 'simple-base-string 'simple-vector)
-  t t)
+  nil t)
 
 ;;; Tests for simple-string-p
 
-- 
GitLab