From 4ef5b38542bd62840e5b2293b6a92fa0d759513d Mon Sep 17 00:00:00 2001
From: pfdietz <pfdietz@localhost>
Date: Sat, 23 Jul 2005 15:10:07 +0000
Subject: [PATCH] Fix screwed up :notes in two tests

---
 ansi-tests/with-output-to-string.lsp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansi-tests/with-output-to-string.lsp b/ansi-tests/with-output-to-string.lsp
index b8b2ccfd..e7bdf59c 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))
   "")
 
-- 
GitLab