aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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