[Tarantool-patches] [WIP luajit 06/15] test: change tests to match c198167
Sergey Kaplun
skaplun at tarantool.org
Thu Mar 4 13:23:53 MSK 2021
Function table.move() was introduced in commit c198167 in original
LuaJIT repository.
Part of tarantool/tarantool#4064
Part of tarantool/tarantool#4473
---
Author: Mergen Imeev <imeevma at gmail.com>
Sergey Kaplun <skaplun at tarantool.org>: glanced commit message
test/LuaJIT-tests/lib/contents.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/LuaJIT-tests/lib/contents.lua b/test/LuaJIT-tests/lib/contents.lua
index e9fc1bc..d4afa45 100644
--- a/test/LuaJIT-tests/lib/contents.lua
+++ b/test/LuaJIT-tests/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.28.0
More information about the Tarantool-patches
mailing list