diff options
Diffstat (limited to 'src/testdir/test_signs.vim')
-rw-r--r-- | src/testdir/test_signs.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_signs.vim b/src/testdir/test_signs.vim index 3ee2b49fa..738eebf4d 100644 --- a/src/testdir/test_signs.vim +++ b/src/testdir/test_signs.vim @@ -1994,7 +1994,7 @@ func Test_sign_funcs_multi() call assert_fails('call sign_unplacelist([[]])', "E715:") call assert_fails('call sign_unplacelist(["abc"])', "E715:") call assert_fails('call sign_unplacelist([100])', "E715:") - call assert_fails("call sign_unplacelist([{'id' : -1}])", 'E474') + call assert_fails("call sign_unplacelist([{'id' : -1}])", 'E474:') call assert_equal([0, 0, 0, 0], \ sign_undefine(['sign1', 'sign2', 'sign3', 'sign4'])) |