diff options
Diffstat (limited to 'tests/iota_imp.bth')
-rw-r--r-- | tests/iota_imp.bth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/iota_imp.bth b/tests/iota_imp.bth index cc62db9..eea67f8 100644 --- a/tests/iota_imp.bth +++ b/tests/iota_imp.bth @@ -1,4 +1,4 @@ (let (a []) (for (i 10) - (append a i)) + (append! a i)) (say a)) |