diff options
Diffstat (limited to 'tests/cancel.lua')
| -rw-r--r-- | tests/cancel.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cancel.lua b/tests/cancel.lua index 66957c3..c5ff0e6 100644 --- a/tests/cancel.lua +++ b/tests/cancel.lua | |||
| @@ -130,7 +130,7 @@ local laneBody = function(mode_, payload_) | |||
| 130 | else | 130 | else |
| 131 | error "no mode: raise an error" | 131 | error "no mode: raise an error" |
| 132 | end | 132 | end |
| 133 | until cancel_test() -- soft cancel self test | 133 | until cancel_test(true) -- soft cancel self test |
| 134 | print " lane shutting down after breaking out of loop" | 134 | print " lane shutting down after breaking out of loop" |
| 135 | end | 135 | end |
| 136 | 136 | ||
