[Tarantool-patches] [PATCH v1 3/7] tests: change tests to match c198167

imeevma at tarantool.org imeevma at tarantool.org
Wed Jan 20 18:10:06 MSK 2021


Function table.move() was introduced in commit c198167 in original
LuaJIT repository.

Part of tarantool/tarantool#4064
---
 test/LuaJIT-test-cleanup/lib/contents.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/LuaJIT-test-cleanup/lib/contents.lua b/test/LuaJIT-test-cleanup/lib/contents.lua
index e9fc1bc..d4afa45 100644
--- a/test/LuaJIT-test-cleanup/lib/contents.lua
+++ b/test/LuaJIT-test-cleanup/lib/contents.lua
@@ -77,7 +77,7 @@ do --- 5.2 string +lua>=5.2
 end
 
 do --- pre-5.2 table +lua<5.2
-  check(table, "concat:foreach:foreachi:getn:insert:maxn:remove:sort", "pack:unpack:setn:new")
+  check(table, "concat:foreach:foreachi:getn:insert:maxn:move:remove:sort", "pack:unpack:setn:new")
 end
 
 do --- 5.2 table +lua>=5.2
-- 
2.25.1



More information about the Tarantool-patches mailing list