diff options
| author | ruki <[email protected]> | 2020-02-04 00:51:51 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-07 22:45:56 +0800 |
| commit | ff45e17b26152544961e52671d61aa5f8e838d38 (patch) | |
| tree | 59e0272bfc34e4dc1d5c488809eeeeaf7ee08ac1 /tests/modules/scheduler/test.lua | |
| parent | 53e371a2b77b91f85275293f451f51b755e3a479 (diff) | |
use scheduler.runloop as maintask
Diffstat (limited to 'tests/modules/scheduler/test.lua')
| -rw-r--r-- | tests/modules/scheduler/test.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/modules/scheduler/test.lua b/tests/modules/scheduler/test.lua index d7f09bd96..07af3dd80 100644 --- a/tests/modules/scheduler/test.lua +++ b/tests/modules/scheduler/test.lua @@ -27,7 +27,6 @@ function test_sleep(t) for i = 1, 3 do scheduler.co_start(task) end - scheduler.runloop() end function test_yield(t) |
