<!DOCTYPE html>
<html data-lt-installed="true">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="padding-bottom: 1px;">
<p>Hi, Sergey</p>
<p>thanks for the patch! LGTM<br>
</p>
<div class="moz-cite-prefix">On 14.08.2024 16:55, Sergey Kaplun
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:da347dd2e710e8278885e089f100501d30802a3e.1723638851.git.skaplun@tarantool.org">
<pre class="moz-quote-pre" wrap="">This patch removes the aforementioned test since it is part of the
<lang/gc.lua> test.
Part of tarantool/tarantool#9398
---
test/LuaJIT-tests/misc/gc_rechain.lua | 32 ---------------------------
1 file changed, 32 deletions(-)
delete mode 100644 test/LuaJIT-tests/misc/gc_rechain.lua
diff --git a/test/LuaJIT-tests/misc/gc_rechain.lua b/test/LuaJIT-tests/misc/gc_rechain.lua
deleted file mode 100644
index 285f4086..00000000
--- a/test/LuaJIT-tests/misc/gc_rechain.lua
+++ /dev/null
@@ -1,32 +0,0 @@
-
-do
- local k
-
- collectgarbage()
-
- local t = {}
- t.ac = 1
-
- t.nn = 1
- t.mm = 1
- t.nn = nil
- t.mm = nil
-
- k = "a".."i"
- t[k] = 2
-
- t.ad = 3
-
- t[k] = nil
- k = nil
-
- collectgarbage()
-
- k = "a".."f"
- t[k] = 4
-
- t.ak = 5
-
- assert(t[k] == 4)
-end
-
</pre>
</blockquote>
</body>
<lt-container></lt-container>
</html>