Tarantool development patches archive
 help / color / mirror / Atom feed
From: Mergen Imeev via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: imun@tarantool.org
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH v1 3/7] tests: change tests to match c198167
Date: Wed, 20 Jan 2021 18:10:06 +0300	[thread overview]
Message-ID: <1e357f67a0c7b52a4708be8d45d0c7a2acf226bf.1611155231.git.imeevma@gmail.com> (raw)
In-Reply-To: <cover.1611155231.git.imeevma@gmail.com>

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


  parent reply	other threads:[~2021-01-20 15:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-20 15:09 [Tarantool-patches] [PATCH v1 0/7] Integrate LuaJIT-test-cleanup test suite Mergen Imeev via Tarantool-patches
2021-01-20 15:09 ` [Tarantool-patches] [PATCH v1 1/7] tests: add " Mergen Imeev via Tarantool-patches
2021-01-20 15:10 ` [Tarantool-patches] [PATCH v1 2/7] tests: change tests to match de5568e Mergen Imeev via Tarantool-patches
2021-01-20 15:10 ` Mergen Imeev via Tarantool-patches [this message]
2021-01-20 15:10 ` [Tarantool-patches] [PATCH v1 4/7] tests: change tests to match 5a61e1a Mergen Imeev via Tarantool-patches
2021-01-20 15:10 ` [Tarantool-patches] [PATCH v1 5/7] tests: change tests to match b4e6bf0 Mergen Imeev via Tarantool-patches
2021-01-20 15:10 ` [Tarantool-patches] [PATCH v1 6/7] tests: adjust LuaJIT-test-cleanup for Tarantool Mergen Imeev via Tarantool-patches
2021-01-20 15:10 ` [Tarantool-patches] [PATCH v1 7/7] tests: disable some tests of LuaJIT-test-cleanup Mergen Imeev via Tarantool-patches

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1e357f67a0c7b52a4708be8d45d0c7a2acf226bf.1611155231.git.imeevma@gmail.com \
    --to=tarantool-patches@dev.tarantool.org \
    --cc=imeevma@tarantool.org \
    --cc=imun@tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH v1 3/7] tests: change tests to match c198167' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox