diff options
author | w0rp <devw0rp@gmail.com> | 2017-03-03 19:37:24 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-03-03 19:37:24 +0000 |
commit | da8a0f25cc8aefb566447e434f1a6d7e0749fb5f (patch) | |
tree | 0c8fdfbaa36e70138aee800ab7d104504ed6e420 /test | |
parent | 1f211dbe3e6820e60bcb5044690f31a288399e44 (diff) | |
download | ale-da8a0f25cc8aefb566447e434f1a6d7e0749fb5f.zip |
Fix the tests again
Diffstat (limited to 'test')
-rw-r--r-- | test/test_cursor_warnings.vader | 4 |
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] |