[Tarantool-patches] [PATCH v1 5/7] tests: change tests to match b4e6bf0
imeevma at tarantool.org
imeevma at tarantool.org
Wed Jan 20 18:10:09 MSK 2021
Module misc.memprof was introduced in commit b4e6bf0 in tarantool/LuaJIT
repository.
Part of tarantool/tarantool#4064
---
test/LuaJIT-test-cleanup/lib/contents.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/LuaJIT-test-cleanup/lib/contents.lua b/test/LuaJIT-test-cleanup/lib/contents.lua
index 9671f0e..45c07eb 100644
--- a/test/LuaJIT-test-cleanup/lib/contents.lua
+++ b/test/LuaJIT-test-cleanup/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.25.1
More information about the Tarantool-patches
mailing list