aboutsummaryrefslogtreecommitdiff
path: root/testes/nextvar.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testes/nextvar.lua2
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
191lim = 35 191lim = 35
192function foo (n, ...) 192local 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)