fix(tests): fixes for using vim.mpack and more ASAN

This commit is contained in:
bfredl
2023-02-01 12:54:22 +01:00
parent d6279f9392
commit f8f82901cd
6 changed files with 23 additions and 19 deletions

View File

@@ -59,7 +59,7 @@ describe('API', function()
-- XXX: This must be the last one, else next one will fail:
-- "Packer instance already working. Use another Packer ..."
matches("can't serialize object$",
matches("can't serialize object of type .$",
pcall_err(request, nil))
end)