From 5c7ef34404d3367542275d76b49f276ab035639f Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 7 May 2024 09:42:09 +0200 Subject: Some more code refactorization --- tests/timer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/timer.lua') diff --git a/tests/timer.lua b/tests/timer.lua index 73ecb93..a633286 100644 --- a/tests/timer.lua +++ b/tests/timer.lua @@ -8,7 +8,7 @@ io.stderr:setvbuf "no" -local lanes = require "lanes".configure() +local lanes = require "lanes".configure{with_timers=true} local linda= lanes.linda() -- cgit v1.2.3-55-g6feb