aboutsummaryrefslogtreecommitdiff
path: root/testes/gc.lua
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-12-30 11:45:08 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-12-30 11:45:08 -0300
commitbd1b87c5790c0c6fe23f76aa360e879922e1e738 (patch)
tree49978c2dd847c7ff4ec84e1a153ca37deef79e2a /testes/gc.lua
parentd7bb8df8414f71a290c8a4b1c9f7c6fe839a94df (diff)
downloadlua-bd1b87c5790c0c6fe23f76aa360e879922e1e738.tar.gz
lua-bd1b87c5790c0c6fe23f76aa360e879922e1e738.tar.bz2
lua-bd1b87c5790c0c6fe23f76aa360e879922e1e738.zip
Comments (mosty typos)
Diffstat (limited to 'testes/gc.lua')
-rw-r--r--testes/gc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/gc.lua b/testes/gc.lua
index bb4e3493..91915c0b 100644
--- a/testes/gc.lua
+++ b/testes/gc.lua
@@ -640,7 +640,7 @@ do
640 assert(getmetatable(o) == tt) 640 assert(getmetatable(o) == tt)
641 -- create new objects during GC 641 -- create new objects during GC
642 local a = 'xuxu'..(10+3)..'joao', {} 642 local a = 'xuxu'..(10+3)..'joao', {}
643 ___Glob = o -- ressurect object! 643 ___Glob = o -- ressurrect object!
644 setmetatable({}, tt) -- creates a new one with same metatable 644 setmetatable({}, tt) -- creates a new one with same metatable
645 print(">>> closing state " .. "<<<\n") 645 print(">>> closing state " .. "<<<\n")
646 end 646 end