summaryrefslogtreecommitdiff
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.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/func_is_string.lua b/tests/func_is_string.lua
index 98ea62b..5d94f85 100644
--- a/tests/func_is_string.lua
+++ b/tests/func_is_string.lua
@@ -1,4 +1,5 @@
1require "lanes" 1local lanes = require "lanes"
2lanes.configure( 1)
2 3
3local options = {globals = { b = 666 }} 4local options = {globals = { b = 666 }}
4 5