summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2026-04-25 16:47:48 +0800
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2026-04-25 10:10:25 +0000
commite5114d03b589511e5ce8c47d8e9de62b45a583e4 (patch)
treee62d5d5d9026c46583a9d302121a3043abff6f21
parentaedbae4ab64041c389744c417dea6d4d3e86005f (diff)
test: add finally() to meta file (#39388)
(cherry picked from commit df8cf0ed25467856b58b44352cb6aad504baf1aa)
-rw-r--r--test/_meta.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/_meta.lua b/test/_meta.lua
index 480aa40d26..e69345a370 100644
--- a/test/_meta.lua
+++ b/test/_meta.lua
@@ -23,3 +23,6 @@ function after_each(fn) end
--- @param fn fun()
function teardown(fn) end
+
+--- @param fn fun()
+function finally(fn) end