From 16599eaf5085d2032e9afcab2f55a945f2cbbebb Mon Sep 17 00:00:00 2001 From: Roman Tsisyk <roman@tsisyk.com> Date: Wed, 3 Sep 2014 14:58:33 +0400 Subject: [PATCH] Fix big/lua.result --- test/big/lua.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/big/lua.result b/test/big/lua.result index f3c93cd1a5..cea6b56c9d 100644 --- a/test/big/lua.result +++ b/test/big/lua.result @@ -574,7 +574,7 @@ space.index['i1']:count() -- Test cases for #123: box.index.count does not check arguments properly space.index['i1']:count(function() end) --- -- error: 'builtin/msgpackffi.lua:258: can not encode Lua type: ''function''' +- error: 'builtin/msgpackffi.lua:259: can not encode Lua type: ''function''' ... space:drop() --- -- GitLab