mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 07:13:45 +01:00
Remove assertion message
This commit is contained in:
parent
41feceb003
commit
5e673ded19
2
test.lua
2
test.lua
@ -234,7 +234,7 @@ local function serializer_test(is_json, preserve)
|
||||
if obj ~= obj then
|
||||
assert(preserved ~= preserved)
|
||||
else
|
||||
assert(table.equals_references(preserved, obj), luon:write_string(preserved) .. " vs " .. luon:write_string(obj))
|
||||
assert(table.equals_references(preserved, obj))
|
||||
end
|
||||
end
|
||||
-- TODO proper deep table comparison with nan support
|
||||
|
Loading…
Reference in New Issue
Block a user