aboutsummaryrefslogtreecommitdiff
path: root/tests/nameof.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nameof.lua')
-rw-r--r--tests/nameof.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/nameof.lua b/tests/nameof.lua
new file mode 100644
index 0000000..ed20a32
--- /dev/null
+++ b/tests/nameof.lua
@@ -0,0 +1,4 @@
1lanes = require "lanes".configure()
2
3print( lanes.nameof( string.sub))
4print( lanes.nameof( print))