mirror of
https://github.com/vim/vim.git
synced 2025-10-07 05:54:16 -04:00
patch 8.2.3485: Python 3 test fails with Python 3.10
Problem: Python 3 test fails with Python 3.10. Solution: Adjust expected error message. (zdohnal Dohnal, closes #8969)
This commit is contained in:
committed by
Bram Moolenaar
parent
e275ba4fc9
commit
edd7a476fb
@@ -12,7 +12,7 @@ func Create_vim_dict()
|
||||
return {'a': 1}
|
||||
endfunction
|
||||
|
||||
let s:system_error_pat = 'Vim(py3):SystemError: \(<built-in function eval> returned NULL without setting an error\|error return without exception set\)'
|
||||
let s:system_error_pat = 'Vim(py3):SystemError: \(<built-in function eval> returned NULL without setting an \(error\|exception\)\|error return without exception set\)'
|
||||
|
||||
" This function should be called first. This sets up python functions used by
|
||||
" the other tests.
|
||||
|
Reference in New Issue
Block a user