Skip to content
Snippets Groups Projects
Commit 30d5e5d8 authored by camm's avatar camm
Browse files

ansi-test corrections; extra-libs option to LINK function; LINK doc change;...

ansi-test corrections; extra-libs option to LINK function; LINK doc change; subtypep and string changes to pass more tests
parent c5834c10
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
(setf (char s 5) #\X) (setf (char s 5) #\X)
(setf (fill-pointer s) 6) (setf (fill-pointer s) 6)
s) s)
"abcXef") "abcdeX")
(deftest char.9 (deftest char.9
(let ((s (make-string 5 :initial-element #\a (let ((s (make-string 5 :initial-element #\a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment