diff --git a/ansi-tests/with-output-to-string.lsp b/ansi-tests/with-output-to-string.lsp
index b8b2ccfd6b89dc4402b21e51e4e4d252346282ad..e7bdf59c59303afdf5b7ed989493af78631c38e4 100644
--- a/ansi-tests/with-output-to-string.lsp
+++ b/ansi-tests/with-output-to-string.lsp
@@ -20,7 +20,7 @@
   nil)
 
 (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)))
     (values
      (with-output-to-string
@@ -53,7 +53,7 @@
   "8")
 
 (deftest with-output-to-string.9
-  (:notes :allow-nil-arrays)
+  :notes (:allow-nil-arrays)
   (with-output-to-string (s nil :element-type nil))
   "")