diff options
Diffstat (limited to 'tests/nameof.lua')
-rw-r--r-- | tests/nameof.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nameof.lua b/tests/nameof.lua index 5c4f1b1..58df3e2 100644 --- a/tests/nameof.lua +++ b/tests/nameof.lua | |||
@@ -1,4 +1,4 @@ | |||
1 | local lanes = require "lanes".configure{on_state_create = function() end} | 1 | local lanes = require "lanes".configure{nb_user_keepers = 100, on_state_create = function() end} |
2 | 2 | ||
3 | print("Name of table: ", lanes.nameof({})) | 3 | print("Name of table: ", lanes.nameof({})) |
4 | print("Name of string.sub: ", lanes.nameof(string.sub)) | 4 | print("Name of string.sub: ", lanes.nameof(string.sub)) |