summaryrefslogtreecommitdiffstats
path: root/tests/012/circ.tl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/012/circ.tl')
-rw-r--r--tests/012/circ.tl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/012/circ.tl b/tests/012/circ.tl
index 4b6e9990..82abe745 100644
--- a/tests/012/circ.tl
+++ b/tests/012/circ.tl
@@ -5,9 +5,9 @@
(print me.a stream pretty-p)
(put-string "]]" stream)))
-(defvar x (let* ((l (list "a"))
- (c (new circ-print a l)))
- (list l c)))
+(defvarl x (let* ((l (list "a"))
+ (c (new circ-print a l)))
+ (list l c)))
(let ((*print-circle* t))
(prinl (new circ-print a "a"))