aboutsummaryrefslogtreecommitdiff
path: root/tests/module-hello.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/module-hello.lua')
-rw-r--r--tests/module-hello.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/module-hello.lua b/tests/module-hello.lua
deleted file mode 100644
index 4de5890..0000000
--- a/tests/module-hello.lua
+++ /dev/null
@@ -1,3 +0,0 @@
-return function()
- return 'hello from module'
-end