diff options
Diffstat (limited to 'test/array.lua')
-rw-r--r-- | test/array.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/array.lua b/test/array.lua index 349fb818..7caca888 100644 --- a/test/array.lua +++ b/test/array.lua @@ -1,6 +1,6 @@ $debug -a = @() +a = {} i=0 while i<10 do |