diff options
Diffstat (limited to 'tests/hangtest.lua')
-rw-r--r-- | tests/hangtest.lua | 3 |
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 | ||
5 | require "lanes" | 5 | local lanes = require "lanes" |
6 | lanes.configure( 1) | ||
6 | 7 | ||
7 | local function ret(b) | 8 | local function ret(b) |
8 | return b | 9 | return b |