summaryrefslogtreecommitdiff
path: root/testes/errors.lua
diff options
context:
space:
mode:
Diffstat (limited to 'testes/errors.lua')
-rw-r--r--testes/errors.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/testes/errors.lua b/testes/errors.lua
index a3d0676b..825f37c2 100644
--- a/testes/errors.lua
+++ b/testes/errors.lua
@@ -26,7 +26,7 @@ end
local function checkmessage (prog, msg, debug)
local m = doit(prog)
- if debug then print(m) end
+ if debug then print(m, msg) end
assert(string.find(m, msg, 1, true))
end
@@ -289,7 +289,7 @@ end]], "global 'insert'")
checkmessage([[ -- tail call
return math.sin("a")
-]], "'sin'")
+]], "sin")
checkmessage([[collectgarbage("nooption")]], "invalid option")