aboutsummaryrefslogtreecommitdiff
path: root/tests/nameof.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nameof.lua')
-rw-r--r--tests/nameof.lua2
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 @@
1local lanes = require "lanes".configure{on_state_create = function() end} 1local lanes = require "lanes".configure{nb_user_keepers = 100, on_state_create = function() end}
2 2
3print("Name of table: ", lanes.nameof({})) 3print("Name of table: ", lanes.nameof({}))
4print("Name of string.sub: ", lanes.nameof(string.sub)) 4print("Name of string.sub: ", lanes.nameof(string.sub))