summaryrefslogtreecommitdiff
path: root/tests/hangtest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hangtest.lua')
-rw-r--r--tests/hangtest.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/hangtest.lua b/tests/hangtest.lua
index d0bbea4..923496a 100644
--- a/tests/hangtest.lua
+++ b/tests/hangtest.lua
@@ -2,7 +2,8 @@
2-- Test case for hang on [1]s and :join()s. 2-- Test case for hang on [1]s and :join()s.
3-- 3--
4 4
5require "lanes" 5local lanes = require "lanes"
6lanes.configure( 1)
6 7
7local function ret(b) 8local function ret(b)
8 return b 9 return b