aboutsummaryrefslogtreecommitdiff
path: root/testes/gc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'testes/gc.lua')
-rw-r--r--testes/gc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/testes/gc.lua b/testes/gc.lua
index 9647cd54..05072efd 100644
--- a/testes/gc.lua
+++ b/testes/gc.lua
@@ -1,7 +1,7 @@
1-- $Id: gc.lua,v 1.82 2018/03/12 14:19:36 roberto Exp $ 1-- $Id: gc.lua $
2-- See Copyright Notice in file all.lua 2-- See Copyright Notice in file all.lua
3 3
4print('testing garbage collection') 4print('testing incremental garbage collection')
5 5
6local debug = require"debug" 6local debug = require"debug"
7 7