summaryrefslogtreecommitdiffstats
path: root/tests/011/special-1.txr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/011/special-1.txr')
-rw-r--r--tests/011/special-1.txr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/011/special-1.txr b/tests/011/special-1.txr
index 72ab844a..f3e92a03 100644
--- a/tests/011/special-1.txr
+++ b/tests/011/special-1.txr
@@ -1,6 +1,6 @@
@(do
(defmacro with-output-to-string ((var) . forms)
- '(let ((,var (make-string-output-stream)))
+ ^(let ((,var (make-string-output-stream)))
(progn ,*forms (get-string-from-stream ,var))))
(let ((x (with-output-to-string (*stdout*)