diff options
Diffstat (limited to 'testes/bwcoercion.lua')
-rw-r--r-- | testes/bwcoercion.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/bwcoercion.lua b/testes/bwcoercion.lua index cd735ab0..0544944d 100644 --- a/testes/bwcoercion.lua +++ b/testes/bwcoercion.lua | |||
@@ -4,7 +4,7 @@ local strsub = string.sub | |||
4 | 4 | ||
5 | local print = print | 5 | local print = print |
6 | 6 | ||
7 | _ENV = nil | 7 | global none |
8 | 8 | ||
9 | -- Try to convert a value to an integer, without assuming any coercion. | 9 | -- Try to convert a value to an integer, without assuming any coercion. |
10 | local function toint (x) | 10 | local function toint (x) |