diff options
Diffstat (limited to 'tests/timer.lua')
-rw-r--r-- | tests/timer.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/timer.lua b/tests/timer.lua index e95f326..f0027d7 100644 --- a/tests/timer.lua +++ b/tests/timer.lua | |||
@@ -8,7 +8,8 @@ | |||
8 | io.stderr:setvbuf "no" | 8 | io.stderr:setvbuf "no" |
9 | 9 | ||
10 | 10 | ||
11 | require "lanes" | 11 | local lanes = require "lanes" |
12 | lanes.configure( 1) | ||
12 | 13 | ||
13 | local linda= lanes.linda() | 14 | local linda= lanes.linda() |
14 | 15 | ||