diff options
Diffstat (limited to 'testes/cstack.lua')
-rw-r--r-- | testes/cstack.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testes/cstack.lua b/testes/cstack.lua index 4e37b988..c1177f3b 100644 --- a/testes/cstack.lua +++ b/testes/cstack.lua | |||
@@ -1,6 +1,8 @@ | |||
1 | -- $Id: testes/cstack.lua $ | 1 | -- $Id: testes/cstack.lua $ |
2 | -- See Copyright Notice in file all.lua | 2 | -- See Copyright Notice in file all.lua |
3 | 3 | ||
4 | do return end | ||
5 | |||
4 | local debug = require "debug" | 6 | local debug = require "debug" |
5 | 7 | ||
6 | print"testing C-stack overflow detection" | 8 | print"testing C-stack overflow detection" |