diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2022-12-28 18:38:20 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2022-12-28 18:38:20 -0300 |
commit | b5ab31a475ccf5f96c2ffb34fccc1d6592913794 (patch) | |
tree | ef6d2b1844ca672dc81ab4411e37abbef2b7c48f /testes/all.lua | |
parent | 140cdcced5e28bde7a89e88fcae428f318565f1d (diff) | |
parent | 314745ed8438d1276c6c928d5f9d4be018dfadb6 (diff) | |
download | lua-b5ab31a475ccf5f96c2ffb34fccc1d6592913794.tar.gz lua-b5ab31a475ccf5f96c2ffb34fccc1d6592913794.tar.bz2 lua-b5ab31a475ccf5f96c2ffb34fccc1d6592913794.zip |
Merge branch 'master' into nextversion
Diffstat (limited to 'testes/all.lua')
-rw-r--r-- | testes/all.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testes/all.lua b/testes/all.lua index 279694ae..3c1ff5c7 100644 --- a/testes/all.lua +++ b/testes/all.lua | |||
@@ -163,6 +163,7 @@ f() | |||
163 | 163 | ||
164 | dofile('db.lua') | 164 | dofile('db.lua') |
165 | assert(dofile('calls.lua') == deep and deep) | 165 | assert(dofile('calls.lua') == deep and deep) |
166 | _G.deep = nil | ||
166 | olddofile('strings.lua') | 167 | olddofile('strings.lua') |
167 | olddofile('literals.lua') | 168 | olddofile('literals.lua') |
168 | dofile('tpack.lua') | 169 | dofile('tpack.lua') |