Sergey,

thanks for the patch! LGTM

On 21.08.2024 11:58, Sergey Kaplun wrote:
This patch removes the mention of the <misc> directory since all files
in it are enabled and moved into the different directories.

Relates to tarantool/tarantool#9398
---
 test/LuaJIT-tests/README.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/LuaJIT-tests/README.md b/test/LuaJIT-tests/README.md
index 210ca232..ddc05087 100644
--- a/test/LuaJIT-tests/README.md
+++ b/test/LuaJIT-tests/README.md
@@ -109,8 +109,6 @@ Some files/directories in this directory need some thought:
   * `common/ffi_util.inc` - Needs renaming and being made `require`-able.
   * `lib/table/misc.lua` - Tests need organising and converting to structure
                            described in this document.
-  * `misc` - Tests need organising and converting to structure described in
-             this document.
   * `src` - C/C++ source which needs to be compiled into a dynamic library and
             loaded for certain tests.
   * `sysdep` - Need to figure out a good way of handling these.