aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/hello.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/hello.lua b/test/hello.lua
index cfa5c82..3f385dc 100644
--- a/test/hello.lua
+++ b/test/hello.lua
@@ -1,3 +1,3 @@
1require"socket" 1local socket = require"socket"
2require"mime" 2local mime = require"mime"
3print("Hello from " .. socket._VERSION .. " and " .. mime._VERSION .. "!") 3print("Hello from " .. socket._VERSION .. " and " .. mime._VERSION .. "!")