aboutsummaryrefslogtreecommitdiff
path: root/testes/all.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testes/all.lua1
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
164dofile('db.lua') 164dofile('db.lua')
165assert(dofile('calls.lua') == deep and deep) 165assert(dofile('calls.lua') == deep and deep)
166_G.deep = nil
166olddofile('strings.lua') 167olddofile('strings.lua')
167olddofile('literals.lua') 168olddofile('literals.lua')
168dofile('tpack.lua') 169dofile('tpack.lua')