aboutsummaryrefslogtreecommitdiff
path: root/test/old/testdir/test_partial.vim
diff options
context:
space:
mode:
Diffstat (limited to 'test/old/testdir/test_partial.vim')
-rw-r--r--test/old/testdir/test_partial.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/old/testdir/test_partial.vim b/test/old/testdir/test_partial.vim
index 302bc22d93..8b62e4a0e5 100644
--- a/test/old/testdir/test_partial.vim
+++ b/test/old/testdir/test_partial.vim
@@ -86,7 +86,7 @@ func Test_partial_dict()
call assert_equal("Hello", dict.tr())
call assert_fails("let F=function('setloclist', 10)", "E923:")
- call assert_fails("let F=function('setloclist', [], [])", "E922:")
+ call assert_fails("let F=function('setloclist', [], [])", "E1206:")
endfunc
func Test_partial_implicit()