diff options
Diffstat (limited to '')
-rw-r--r-- | testes/nextvar.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/nextvar.lua b/testes/nextvar.lua index 0874e5bb..02b7dea2 100644 --- a/testes/nextvar.lua +++ b/testes/nextvar.lua | |||
@@ -189,7 +189,7 @@ end | |||
189 | 189 | ||
190 | -- size tests for vararg | 190 | -- size tests for vararg |
191 | lim = 35 | 191 | lim = 35 |
192 | function foo (n, ...) | 192 | local function foo (n, ...) |
193 | local arg = {...} | 193 | local arg = {...} |
194 | check(arg, n, 0) | 194 | check(arg, n, 0) |
195 | assert(select('#', ...) == n) | 195 | assert(select('#', ...) == n) |