From d093c5555ec439affcfbecdceabfb122aa8c2f73 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') 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