aboutsummaryrefslogtreecommitdiff
path: root/testes
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-11-25 15:47:08 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-11-25 15:47:08 -0300
commit682efe2678589eebc7c982e0ed66ad4990711e5a (patch)
treeaacc25a8ea053959bc457c92b0ef82730cf5370e /testes
parent50c7c915ee2fa239043d5456237f5145d064089b (diff)
downloadlua-682efe2678589eebc7c982e0ed66ad4990711e5a.tar.gz
lua-682efe2678589eebc7c982e0ed66ad4990711e5a.tar.bz2
lua-682efe2678589eebc7c982e0ed66ad4990711e5a.zip
Change to macro 'LUAI_TRY'
The call to 'f' is done by the macro, to give it more flexibility.
Diffstat (limited to 'testes')
-rw-r--r--testes/files.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/testes/files.lua b/testes/files.lua
index 4f925f50..9bdf04d0 100644
--- a/testes/files.lua
+++ b/testes/files.lua
@@ -766,6 +766,7 @@ if not _port then
766 assert((v[3] == nil and z > 0) or v[3] == z) 766 assert((v[3] == nil and z > 0) or v[3] == z)
767 end 767 end
768 end 768 end
769 print("(done)")
769end 770end
770 771
771 772