aboutsummaryrefslogtreecommitdiff
path: root/tests/func_is_string.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/func_is_string.lua')
-rw-r--r--tests/func_is_string.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/func_is_string.lua b/tests/func_is_string.lua
index 5d94f85..d7cf0b2 100644
--- a/tests/func_is_string.lua
+++ b/tests/func_is_string.lua
@@ -1,5 +1,5 @@
1local lanes = require "lanes" 1local lanes = require "lanes"
2lanes.configure( 1) 2lanes.configure()
3 3
4local options = {globals = { b = 666 }} 4local options = {globals = { b = 666 }}
5 5