From 682efe2678589eebc7c982e0ed66ad4990711e5a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 25 Nov 2024 15:47:08 -0300 Subject: Change to macro 'LUAI_TRY' The call to 'f' is done by the macro, to give it more flexibility. --- testes/files.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'testes') 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 assert((v[3] == nil and z > 0) or v[3] == z) end end + print("(done)") end -- cgit v1.2.3-55-g6feb