diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-07-03 14:12:54 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-07-03 14:12:54 -0300 |
commit | cbae01620278f9b568805db16a96d0631ced473d (patch) | |
tree | bca238b27cbdcb48dcb7cb470bfb0aaf7afdff0c /testes | |
parent | ea39042e13645f63713425c05cc9ee4cfdcf0a40 (diff) | |
download | lua-cbae01620278f9b568805db16a96d0631ced473d.tar.gz lua-cbae01620278f9b568805db16a96d0631ced473d.tar.bz2 lua-cbae01620278f9b568805db16a96d0631ced473d.zip |
Details
Diffstat (limited to '')
-rw-r--r-- | testes/calls.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/calls.lua b/testes/calls.lua index 2d562a24..664be1b4 100644 --- a/testes/calls.lua +++ b/testes/calls.lua | |||
@@ -342,7 +342,7 @@ do -- another bug (in 5.4.0) | |||
342 | end | 342 | end |
343 | 343 | ||
344 | 344 | ||
345 | do -- another bug (since 5.2) | 345 | if not _port then -- another bug (since 5.2) |
346 | -- corrupted binary dump: list of upvalue names is larger than number | 346 | -- corrupted binary dump: list of upvalue names is larger than number |
347 | -- of upvalues, overflowing the array of upvalues. | 347 | -- of upvalues, overflowing the array of upvalues. |
348 | local code = | 348 | local code = |