From efb81b501adbbddf25615bbcc216bbbf3a3c8e0a Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Wed, 23 Apr 2025 14:27:00 +0200 Subject: cancel_test() returns "soft"/"hard" instead of true --- unit_tests/scripts/lane/cooperative_shutdown.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'unit_tests') 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 local lane3 = function() lane_threadname("lane3") -- this one cooperates too, because of the hook cancellation modes that Lanes will be using - -- but not with LuaJIT, because the function is compiled, and we don't call anyone, so no hook triggers local fixture = require "fixture" repeat until fixture.give_me_back(false) end -- cgit v1.2.3-55-g6feb