diff options
author | bfredl <bjorn.linse@gmail.com> | 2023-02-01 12:54:22 +0100 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2023-02-10 20:19:04 +0100 |
commit | f8f82901cdd0ccd5308e05c73af6deb7d083720f (patch) | |
tree | d0b5dfbdeb21c4281849365cf45be65bac9af723 /test/functional/api/vim_spec.lua | |
parent | d6279f9392073cb1422d76c57baf3fd283ed954e (diff) | |
download | rneovim-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.lua | 2 |
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) |