diff options
Diffstat (limited to 'testes/coroutine.lua')
| -rw-r--r-- | testes/coroutine.lua | 2 |
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 |
| 810 | if T==nil then | 810 | if 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 |
| 813 | end | 813 | end |
| 814 | 814 | ||
| 815 | print('testing coroutine API') | 815 | print('testing coroutine API') |
