From a156aaeb07fada043b308409dcffcae1726eec0b Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Wed, 29 May 2024 17:31:45 +0200 Subject: Fix clang-tidy issues (most notably Microsoft-specific explicit constructor calls) --- tests/keeper.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/keeper.lua b/tests/keeper.lua index e485018..e758b54 100644 --- a/tests/keeper.lua +++ b/tests/keeper.lua @@ -3,7 +3,7 @@ -- -- Test program for Lua Lanes -- - +-- TODO: there is a random crash when nb_keepers > 1. Will have to investigate local lanes = require "lanes".configure{ with_timers = false, nb_keepers = 1, keepers_gc_threshold = 500} do -- cgit v1.2.3-55-g6feb