diff options
Diffstat (limited to 'tests/012/struct.tl')
-rw-r--r-- | tests/012/struct.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/012/struct.tl b/tests/012/struct.tl index 88f37e4d..57234913 100644 --- a/tests/012/struct.tl +++ b/tests/012/struct.tl @@ -62,7 +62,7 @@ (test (new foo) #S(foo a 42)) -(set *gensym-counter* 0) +(set *gensym-counter* 4) (stest (expand '(defstruct (boa x y) nil (x 0) (y 0))) "(sys:make-struct-type 'boa '() '()\n \ |