diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-07 09:42:09 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-07 09:42:09 +0200 |
commit | 5c7ef34404d3367542275d76b49f276ab035639f (patch) | |
tree | de148388b0382d87bcc2caed72625e3dec829bda /tests/timer.lua | |
parent | 45a579cdb43917e648e2e801432f6e7820004614 (diff) | |
download | lanes-5c7ef34404d3367542275d76b49f276ab035639f.tar.gz lanes-5c7ef34404d3367542275d76b49f276ab035639f.tar.bz2 lanes-5c7ef34404d3367542275d76b49f276ab035639f.zip |
Some more code refactorization
Diffstat (limited to 'tests/timer.lua')
-rw-r--r-- | tests/timer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
8 | io.stderr:setvbuf "no" | 8 | io.stderr:setvbuf "no" |
9 | 9 | ||
10 | 10 | ||
11 | local lanes = require "lanes".configure() | 11 | local lanes = require "lanes".configure{with_timers=true} |
12 | 12 | ||
13 | local linda= lanes.linda() | 13 | local linda= lanes.linda() |
14 | 14 | ||