aboutsummaryrefslogtreecommitdiff
path: root/tests/timer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/timer.lua')
-rw-r--r--tests/timer.lua2
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 @@
8io.stderr:setvbuf "no" 8io.stderr:setvbuf "no"
9 9
10 10
11local lanes = require "lanes".configure() 11local lanes = require "lanes".configure{with_timers=true}
12 12
13local linda= lanes.linda() 13local linda= lanes.linda()
14 14