diff options
Diffstat (limited to 'tests/module-hello.lua')
-rw-r--r-- | tests/module-hello.lua | 3 |
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 |