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-13 18:15:46 +0200 |
| commit | d093c5555ec439affcfbecdceabfb122aa8c2f73 (patch) | |
| tree | de148388b0382d87bcc2caed72625e3dec829bda /tests | |
| parent | ebb0837588336e32fc1258a3838673afdd31ee71 (diff) | |
| download | lanes-d093c5555ec439affcfbecdceabfb122aa8c2f73.tar.gz lanes-d093c5555ec439affcfbecdceabfb122aa8c2f73.tar.bz2 lanes-d093c5555ec439affcfbecdceabfb122aa8c2f73.zip | |
Some more code refactorization
Diffstat (limited to 'tests')
| -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 | ||
