diff options
Diffstat (limited to 'unit_tests/scripts')
| -rw-r--r-- | unit_tests/scripts/lane/cooperative_shutdown.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unit_tests/scripts/lane/cooperative_shutdown.lua b/unit_tests/scripts/lane/cooperative_shutdown.lua index 756e33c..0e30f91 100644 --- a/unit_tests/scripts/lane/cooperative_shutdown.lua +++ b/unit_tests/scripts/lane/cooperative_shutdown.lua | |||
| @@ -23,7 +23,6 @@ end | |||
| 23 | local lane3 = function() | 23 | local lane3 = function() |
| 24 | lane_threadname("lane3") | 24 | lane_threadname("lane3") |
| 25 | -- this one cooperates too, because of the hook cancellation modes that Lanes will be using | 25 | -- this one cooperates too, because of the hook cancellation modes that Lanes will be using |
| 26 | -- but not with LuaJIT, because the function is compiled, and we don't call anyone, so no hook triggers | ||
| 27 | local fixture = require "fixture" | 26 | local fixture = require "fixture" |
| 28 | repeat until fixture.give_me_back(false) | 27 | repeat until fixture.give_me_back(false) |
| 29 | end | 28 | end |
