diff options
Diffstat (limited to 'tests/error.lua')
-rw-r--r-- | tests/error.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/error.lua b/tests/error.lua index 4922846..aee4221 100644 --- a/tests/error.lua +++ b/tests/error.lua | |||
@@ -4,7 +4,8 @@ | |||
4 | -- Note: this code is supposed to end in errors; not included in 'make test' | 4 | -- Note: this code is supposed to end in errors; not included in 'make test' |
5 | -- | 5 | -- |
6 | 6 | ||
7 | require "lanes" | 7 | local lanes = require "lanes" |
8 | lanes.configure( 1) | ||
8 | 9 | ||
9 | local function lane() | 10 | local function lane() |
10 | 11 | ||