[Tarantool-patches] [WIP luajit 08/15] test: change LuaJIT suite tests to match b4e6bf0

Sergey Kaplun skaplun at tarantool.org
Thu Mar 4 13:23:55 MSK 2021


Module misc.memprof was introduced in commit b4e6bf0 in tarantool/LuaJIT
repository.

Part of tarantool/tarantool#4064
Part of tarantool/tarantool#4473
---
Author: Mergen Imeev <imeevma at gmail.com>
Sergey Kaplun <skaplun at tarantool.org>: glanced commit message

 test/LuaJIT-tests/lib/contents.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/LuaJIT-tests/lib/contents.lua b/test/LuaJIT-tests/lib/contents.lua
index 9671f0e..45c07eb 100644
--- a/test/LuaJIT-tests/lib/contents.lua
+++ b/test/LuaJIT-tests/lib/contents.lua
@@ -139,7 +139,7 @@ do --- package.loaded
       loaded[k] = v
     end
   end
-  check(loaded, "_G:coroutine:debug:io:math:misc:os:package:string:table", "bit:bit32:common:ffi:jit:table.new")
+  check(loaded, "_G:coroutine:debug:io:math:misc:misc.memprof:os:package:string:table", "bit:bit32:common:ffi:jit:table.new")
 end
 
 do --- bit +bit
-- 
2.28.0



More information about the Tarantool-patches mailing list