aboutsummaryrefslogtreecommitdiff
path: root/tests/cancel.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cancel.lua')
-rw-r--r--tests/cancel.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cancel.lua b/tests/cancel.lua
index 1724e6a..9ee986c 100644
--- a/tests/cancel.lua
+++ b/tests/cancel.lua
@@ -75,7 +75,7 @@ end
75 75
76local laneBody = function( mode_, payload_) 76local laneBody = function( mode_, payload_)
77 local name = "laneBody("..tostring(mode_)..","..tostring(payload_)..")" 77 local name = "laneBody("..tostring(mode_)..","..tostring(payload_)..")"
78 set_debug_threadname( name) 78 lane_threadname(name)
79 79
80 set_finalizer( function( err, stk) 80 set_finalizer( function( err, stk)
81 if err == lanes.cancel_error then 81 if err == lanes.cancel_error then