diff options
Diffstat (limited to '')
-rw-r--r-- | testes/big.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/big.lua b/testes/big.lua index 39e293ef..46fd8466 100644 --- a/testes/big.lua +++ b/testes/big.lua | |||
@@ -32,7 +32,7 @@ setmetatable(env, { | |||
32 | }) | 32 | }) |
33 | 33 | ||
34 | X = nil | 34 | X = nil |
35 | co = coroutine.wrap(f) | 35 | local co = coroutine.wrap(f) |
36 | assert(co() == 's') | 36 | assert(co() == 's') |
37 | assert(co() == 'g') | 37 | assert(co() == 'g') |
38 | assert(co() == 'g') | 38 | assert(co() == 'g') |