Fix the tests again

This commit is contained in:
w0rp 2017-03-03 19:37:24 +00:00
parent 1f211dbe3e
commit da8a0f25cc
1 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ Execute(Evaluate the cursor detail function at line 1):
Then(Check the cursor output):
redir => g:output
:mess
silent mess
redir END
AssertEqual "Every statement should end with a semicolon", g:lines[-1]
@ -142,7 +142,7 @@ Execute(Evaluate the cursor detail function at line 2):
Then(Check the cursor output):
redir => g:output
:mess
silent mess
redir END
AssertEqual "Infix operators must be spaced. (space-infix-ops)", g:lines[-1]