diff options
Diffstat (limited to 'testes/all.lua')
-rw-r--r-- | testes/all.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testes/all.lua b/testes/all.lua index db074dd8..a4feeec1 100644 --- a/testes/all.lua +++ b/testes/all.lua | |||
@@ -127,8 +127,8 @@ else | |||
127 | end | 127 | end |
128 | 128 | ||
129 | Cstacklevel = function () | 129 | Cstacklevel = function () |
130 | local _, _, ncalls, nci = T.stacklevel() | 130 | local _, _, ncalls = T.stacklevel() |
131 | return ncalls + nci -- number of free slots in the C stack | 131 | return ncalls -- number of C calls |
132 | end | 132 | end |
133 | end | 133 | end |
134 | 134 | ||