aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2003-03-21 01:07:23 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2003-03-21 01:07:23 +0000
commitcf4d923d70992c152917cf6100753ebf0eac89d6 (patch)
treef1f21d4cfb193318af0d620c51ee8b8d41440035 /test
parentd3d4156ef9d4d7e934e246dc265138be224f2612 (diff)
downloadluasocket-cf4d923d70992c152917cf6100753ebf0eac89d6.tar.gz
luasocket-cf4d923d70992c152917cf6100753ebf0eac89d6.tar.bz2
luasocket-cf4d923d70992c152917cf6100753ebf0eac89d6.zip
Ported to Win32!
Diffstat (limited to 'test')
-rw-r--r--test/testclnt.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testclnt.lua b/test/testclnt.lua
index 15f1dd8..7c65823 100644
--- a/test/testclnt.lua
+++ b/test/testclnt.lua
@@ -13,7 +13,7 @@ function fail(...)
13end 13end
14 14
15function warn(...) 15function warn(...)
16 local s = format(unpack(arg)) 16 local s = string.format(unpack(arg))
17 io.write("WARNING: ", s, "\n") 17 io.write("WARNING: ", s, "\n")
18end 18end
19 19