aboutsummaryrefslogtreecommitdiff
path: root/tests/error.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/error.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/error.lua b/tests/error.lua
index aee4221..c4a64e3 100644
--- a/tests/error.lua
+++ b/tests/error.lua
@@ -5,7 +5,7 @@
5-- 5--
6 6
7local lanes = require "lanes" 7local lanes = require "lanes"
8lanes.configure( 1) 8lanes.configure()
9 9
10local function lane() 10local function lane()
11 11