summaryrefslogtreecommitdiffstats
path: root/tests/012/struct.tl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/012/struct.tl')
-rw-r--r--tests/012/struct.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/012/struct.tl b/tests/012/struct.tl
index 3f03552d..bdff6311 100644
--- a/tests/012/struct.tl
+++ b/tests/012/struct.tl
@@ -16,7 +16,7 @@
(test (expand '^#S(bar b ,(+ 2 2)))
(sys:make-struct-lit 'bar (list 'b (+ 2 2))))
-(defvar s (eval ^#S(bar b ,(+ 2 2))))
+(defvarl s (eval ^#S(bar b ,(+ 2 2))))
(test (set (slot s 'a) 100)
100)