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