diff options
Diffstat (limited to 'tests/func_is_string.lua')
-rw-r--r-- | tests/func_is_string.lua | 3 |
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 @@ | |||
1 | require "lanes" | 1 | local lanes = require "lanes" |
2 | lanes.configure( 1) | ||
2 | 3 | ||
3 | local options = {globals = { b = 666 }} | 4 | local options = {globals = { b = 666 }} |
4 | 5 | ||