aboutsummaryrefslogtreecommitdiff
path: root/tests/hangtest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hangtest.lua')
-rw-r--r--tests/hangtest.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hangtest.lua b/tests/hangtest.lua
index 0e44451..e48ff60 100644
--- a/tests/hangtest.lua
+++ b/tests/hangtest.lua
@@ -7,7 +7,7 @@ local lanes = require "lanes"
7local function ret(b) 7local function ret(b)
8 return b 8 return b
9end 9end
10local lgen = lanes.gen("*", {}, ret) 10local lgen = lanes.gen("*", { name = 'auto' }, ret)
11 11
12for i=1,10000 do 12for i=1,10000 do
13 local ln = lgen(i) 13 local ln = lgen(i)