<!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>Sergey,<br>
</p>
<div class="moz-cite-prefix">On 21.08.2024 11:58, Sergey Kaplun
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:c73d1291746f1092973ae272310a9f9ef0b25d15.1724228998.git.skaplun@tarantool.org">
<pre class="moz-quote-pre" wrap="">This patch removes the aforementioned test since it is part of the
<lang/for.lua> test.
Part of tarantool/tarantool#9398
---</pre>
</blockquote>
thanks for the patch! LGTM
<blockquote type="cite"
cite="mid:c73d1291746f1092973ae272310a9f9ef0b25d15.1724228998.git.skaplun@tarantool.org">
<pre class="moz-quote-pre" wrap="">
test/LuaJIT-tests/misc/fori_coerce.lua | 33 --------------------------
1 file changed, 33 deletions(-)
delete mode 100644 test/LuaJIT-tests/misc/fori_coerce.lua
diff --git a/test/LuaJIT-tests/misc/fori_coerce.lua b/test/LuaJIT-tests/misc/fori_coerce.lua
deleted file mode 100644
index 7330943b..00000000
--- a/test/LuaJIT-tests/misc/fori_coerce.lua
+++ /dev/null
@@ -1,33 +0,0 @@
-
-do
- local n = 1
- local x = 0
- for i=1,20 do
- for j=n,100 do x = x + 1 end
- if i == 13 then n = "2" end
- end
- assert(x == 1993)
-end
-
-do
- local n = 1
- local x = 0
- for i=1,20 do
- for j=n,100 do x = x + 1 end
- if i == 10 then n = "2" end
- end
- assert(x == 1990)
-end
-
-do
- local function f()
- local n = 1
- local x = 0
- for i=1,20 do
- for j=n,100 do x = x + 1 end
- if i == 10 then n = "x" end
- end
- end
- assert(not pcall(f))
-end
-
</pre>
</blockquote>
</body>
<lt-container></lt-container>
</html>