<!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 23.09.2024 10:18, Sergey Kaplun
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:6a0cf3e7afe2dc539c5bf4ac6ca59d038c8d627f.1727074292.git.skaplun@tarantool.org">
      <pre class="moz-quote-pre" wrap="">This patch renames the aforementioned file to
<ffi-ccall-arm64-fp-convention.test.lua> to make the prefix (ffi-ccall)
match the name of the directory containing the C library for the test.

Needed for tarantool/tarantool#9898
---
 ...nvention.test.lua => ffi-ccall-arm64-fp-convention.test.lua} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename test/tarantool-tests/{arm64-ccall-fp-convention.test.lua => ffi-ccall-arm64-fp-convention.test.lua} (96%)

diff --git a/test/tarantool-tests/arm64-ccall-fp-convention.test.lua b/test/tarantool-tests/ffi-ccall-arm64-fp-convention.test.lua
similarity index 96%
rename from test/tarantool-tests/arm64-ccall-fp-convention.test.lua
rename to test/tarantool-tests/ffi-ccall-arm64-fp-convention.test.lua
index c58ba697..053b7a3a 100644
--- a/test/tarantool-tests/arm64-ccall-fp-convention.test.lua
+++ b/test/tarantool-tests/ffi-ccall-arm64-fp-convention.test.lua
@@ -3,7 +3,7 @@ local tap = require('tap')
 
 local ffi_ccall = ffi.load('libfficcall')
 
-local test = tap.test('arm64-ccall-fp-convention')
+local test = tap.test('ffi-ccall-arm64-fp-convention')
 test:plan(3)
 
 ffi.cdef[[
</pre>
    </blockquote>
  </body>
  <lt-container></lt-container>
</html>