[Tarantool-patches] [PATCH v1 4/7] tests: change tests to match 5a61e1a
imeevma at tarantool.org
imeevma at tarantool.org
Wed Jan 20 18:10:08 MSK 2021
Module misc was introduced in commit 5a61e1a in tarantool/LuaJIT
repository.
Part of tarantool/tarantool#4064
---
test/LuaJIT-test-cleanup/lib/contents.lua | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/LuaJIT-test-cleanup/lib/contents.lua b/test/LuaJIT-test-cleanup/lib/contents.lua
index d4afa45..9671f0e 100644
--- a/test/LuaJIT-test-cleanup/lib/contents.lua
+++ b/test/LuaJIT-test-cleanup/lib/contents.lua
@@ -19,7 +19,7 @@ local function check(m, expected, exclude)
end
do --- base
- check(_G, "_G:_VERSION:arg:assert:collectgarbage:coroutine:debug:dofile:error:getmetatable:io:ipairs:load:loadfile:math:next:os:package:pairs:pcall:print:rawequal:rawget:rawset:require:select:setmetatable:string:table:tonumber:tostring:type:xpcall", "rawlen:bit:bit32:jit:gcinfo:setfenv:getfenv:loadstring:unpack:module:newproxy")
+ check(_G, "_G:_VERSION:arg:assert:collectgarbage:coroutine:debug:dofile:error:getmetatable:io:ipairs:load:loadfile:math:misc:next:os:package:pairs:pcall:print:rawequal:rawget:rawset:require:select:setmetatable:string:table:tonumber:tostring:type:xpcall", "rawlen:bit:bit32:jit:gcinfo:setfenv:getfenv:loadstring:unpack:module:newproxy")
end
do --- pre-5.2 base +lua<5.2
@@ -139,7 +139,7 @@ do --- package.loaded
loaded[k] = v
end
end
- check(loaded, "_G:coroutine:debug:io:math:os:package:string:table", "bit:bit32:common:ffi:jit:table.new")
+ check(loaded, "_G:coroutine:debug:io:math:misc: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