summaryrefslogtreecommitdiff
path: root/src/testdir/test_modeline.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_modeline.vim')
-rw-r--r--src/testdir/test_modeline.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_modeline.vim b/src/testdir/test_modeline.vim
index 6e49577e0..e278c1613 100644
--- a/src/testdir/test_modeline.vim
+++ b/src/testdir/test_modeline.vim
@@ -1,6 +1,6 @@
" Tests for parsing the modeline.
-func Test_invalid()
+func Test_modeline_invalid()
" This was reading before allocated memory.
call writefile(['vi:0', 'nothing'], 'Xmodeline')
call assert_fails('split Xmodeline', 'E518:')