diff --git a/ansi-tests/with-output-to-string.lsp b/ansi-tests/with-output-to-string.lsp
index f67355b73850d5352458b6528c3be703aa88a256..b8b2ccfd6b89dc4402b21e51e4e4d252346282ad 100644
--- a/ansi-tests/with-output-to-string.lsp
+++ b/ansi-tests/with-output-to-string.lsp
@@ -20,6 +20,7 @@
   nil)
 
 (deftest with-output-to-string.4
+  (:notes :allow-nil-arrays)
   (let ((str (make-array 10 :fill-pointer 0 :element-type 'character)))
     (values
      (with-output-to-string
@@ -52,6 +53,7 @@
   "8")
 
 (deftest with-output-to-string.9
+  (:notes :allow-nil-arrays)
   (with-output-to-string (s nil :element-type nil))
   "")