aboutsummaryrefslogtreecommitdiff
path: root/testes/coroutine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'testes/coroutine.lua')
-rw-r--r--testes/coroutine.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/coroutine.lua b/testes/coroutine.lua
index e04207c8..00531d8e 100644
--- a/testes/coroutine.lua
+++ b/testes/coroutine.lua
@@ -809,7 +809,7 @@ assert(run(function ()
809-- tests for coroutine API 809-- tests for coroutine API
810if T==nil then 810if T==nil then
811 (Message or print)('\n >>> testC not active: skipping coroutine API tests <<<\n') 811 (Message or print)('\n >>> testC not active: skipping coroutine API tests <<<\n')
812 return 812 print "OK"; return
813end 813end
814 814
815print('testing coroutine API') 815print('testing coroutine API')