aboutsummaryrefslogtreecommitdiff
path: root/testes/db.lua
diff options
context:
space:
mode:
Diffstat (limited to 'testes/db.lua')
-rw-r--r--testes/db.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/testes/db.lua b/testes/db.lua
index 3d94f776..a64a1130 100644
--- a/testes/db.lua
+++ b/testes/db.lua
@@ -255,6 +255,10 @@ do -- test hook presence in debug info
255end 255end
256 256
257 257
258-- hook table has weak keys
259assert(getmetatable(debug.getregistry()._HOOKKEY).__mode == 'k')
260
261
258a = {}; L = nil 262a = {}; L = nil
259local glob = 1 263local glob = 1
260local oldglob = glob 264local oldglob = glob