diff options
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 | ||