Skip to content
Snippets Groups Projects
Commit 4ef5b385 authored by pfdietz's avatar pfdietz
Browse files

Fix screwed up :notes in two tests

parent 730b094d
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
nil) nil)
(deftest with-output-to-string.4 (deftest with-output-to-string.4
(:notes :allow-nil-arrays) :notes (:allow-nil-arrays)
(let ((str (make-array 10 :fill-pointer 0 :element-type 'character))) (let ((str (make-array 10 :fill-pointer 0 :element-type 'character)))
(values (values
(with-output-to-string (with-output-to-string
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
"8") "8")
(deftest with-output-to-string.9 (deftest with-output-to-string.9
(:notes :allow-nil-arrays) :notes (:allow-nil-arrays)
(with-output-to-string (s nil :element-type nil)) (with-output-to-string (s nil :element-type nil))
"") "")
......
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