summaryrefslogtreecommitdiff
path: root/testes/db.lua
diff options
context:
space:
mode:
Diffstat (limited to 'testes/db.lua')
-rw-r--r--testes/db.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/db.lua b/testes/db.lua
index 11dfd26c..e0699724 100644
--- a/testes/db.lua
+++ b/testes/db.lua
@@ -225,7 +225,7 @@ do -- testing active lines
-- 5th line is empty
end, {3, 4, 6})
- checkactivelines(function (...) end, {0})
+ checkactivelines(function (a, b, ...) end, {0})
checkactivelines(function (a, b)
end, {1})