aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/vim_spec.lua
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-02-01 12:54:22 +0100
committerbfredl <bjorn.linse@gmail.com>2023-02-10 20:19:04 +0100
commitf8f82901cdd0ccd5308e05c73af6deb7d083720f (patch)
treed0b5dfbdeb21c4281849365cf45be65bac9af723 /test/functional/api/vim_spec.lua
parentd6279f9392073cb1422d76c57baf3fd283ed954e (diff)
downloadrneovim-f8f82901cdd0ccd5308e05c73af6deb7d083720f.tar.gz
rneovim-f8f82901cdd0ccd5308e05c73af6deb7d083720f.tar.bz2
rneovim-f8f82901cdd0ccd5308e05c73af6deb7d083720f.zip
fix(tests): fixes for using vim.mpack and more ASAN
Diffstat (limited to 'test/functional/api/vim_spec.lua')
-rw-r--r--test/functional/api/vim_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/api/vim_spec.lua b/test/functional/api/vim_spec.lua
index 8fcdd9620b..fc550f5861 100644
--- a/test/functional/api/vim_spec.lua
+++ b/test/functional/api/vim_spec.lua
@@ -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)