From e75444ccd1f30a3b5fbc7cec4a85e831bd0560ed Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Fri, 21 Aug 2015 15:39:34 -0300 Subject: New compat.h module implements luaL_setfuncs. Makes initialization code simpler everywhere. --- test/testclnt.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/testclnt.lua b/test/testclnt.lua index 315783b..0014781 100644 --- a/test/testclnt.lua +++ b/test/testclnt.lua @@ -590,7 +590,7 @@ function test_writeafterclose() data = nil ]])) local sent, err, errsent - while not err do + while not err do sent, err, errsent, time = data:send(str) end assert(err == "closed", "should have returned 'closed'") -- cgit v1.2.3-55-g6feb