diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/testclnt.lua | 2 |
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(...) | |||
13 | end | 13 | end |
14 | 14 | ||
15 | function warn(...) | 15 | function 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") |
18 | end | 18 | end |
19 | 19 | ||