summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_const.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_const.vim')
-rw-r--r--src/testdir/test_const.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/test_const.vim b/src/testdir/test_const.vim
index d4dccb1b83..d93de72bd4 100644
--- a/src/testdir/test_const.vim
+++ b/src/testdir/test_const.vim
@@ -18,7 +18,7 @@ func Test_define_var_with_lock()
const n = v:null
const bl = 0zC0FFEE
const here =<< trim EOS
- hello
+ hello
EOS
call assert_true(exists('i'))
@@ -84,7 +84,7 @@ func Test_define_l_var_with_lock()
const l:n = v:null
const l:bl = 0zC0FFEE
const l:here =<< trim EOS
- hello
+ hello
EOS
call assert_fails('let l:i = 1', 'E741:')