diff options
Diffstat (limited to 'tests/012/struct.tl')
-rw-r--r-- | tests/012/struct.tl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/012/struct.tl b/tests/012/struct.tl index 209bae71..d9ecc325 100644 --- a/tests/012/struct.tl +++ b/tests/012/struct.tl @@ -94,8 +94,8 @@ (test (new (boa 1 2)) #S(boa x 1 y 2)) (test (new (boa 1 2) x 10 y (+ 10 10)) - #S(boa x 10 y 20)) -(test (new boa x 10 y 20) + #S(boa x 1 y 2)) +(test (new boa x 10 y (+ 10 10)) #S(boa x 10 y 20)) (defstruct baz nil |