aboutsummaryrefslogtreecommitdiff
path: root/testes/bwcoercion.lua
diff options
context:
space:
mode:
Diffstat (limited to 'testes/bwcoercion.lua')
-rw-r--r--testes/bwcoercion.lua2
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
5local print = print 5local print = print
6 6
7_ENV = nil 7global 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.
10local function toint (x) 10local function toint (x)