diff options
Diffstat (limited to 'testes/errors.lua')
-rw-r--r-- | testes/errors.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/errors.lua b/testes/errors.lua index a7dc479a..55bdab82 100644 --- a/testes/errors.lua +++ b/testes/errors.lua | |||
@@ -241,7 +241,7 @@ do -- named objects (field '__name') | |||
241 | assert(o == x) | 241 | assert(o == x) |
242 | return "ABC" | 242 | return "ABC" |
243 | end}) | 243 | end}) |
244 | a, b, c = T.testC("pushint 10; Ltolstring -2; return 3", x) | 244 | local a, b, c = T.testC("pushint 10; Ltolstring -2; return 3", x) |
245 | assert(a == x and b == 10 and c == "ABC") | 245 | assert(a == x and b == 10 and c == "ABC") |
246 | end | 246 | end |
247 | end | 247 | end |