Skip to content
Snippets Groups Projects
Commit 9e87cbba authored by pfdietz's avatar pfdietz
Browse files

Bad test exposed by experimental alternate string types in sbcl.

parent 7c3b8ed6
No related branches found
No related tags found
No related merge requests found
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
(deftest simple-string-is-simple-1d-array-of-character.5 (deftest simple-string-is-simple-1d-array-of-character.5
(subtypep* '(simple-string 17) '(simple-array character (17))) (subtypep* '(simple-string 17) '(simple-array character (17)))
t t) nil t)
(deftest simple-string-is-simple-1d-array-of-character.6 (deftest simple-string-is-simple-1d-array-of-character.6
(subtypep* '(simple-array character (17)) '(simple-string 17)) (subtypep* '(simple-array character (17)) '(simple-string 17))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment