summaryrefslogtreecommitdiff
path: root/test/test_cursor_warnings.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_cursor_warnings.vader')
-rw-r--r--test/test_cursor_warnings.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_cursor_warnings.vader b/test/test_cursor_warnings.vader
index 75d6c975..cddeda99 100644
--- a/test/test_cursor_warnings.vader
+++ b/test/test_cursor_warnings.vader
@@ -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]