Skip to content

Commit

Permalink
Removed no longer failure cases from tests following 18217d7
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Nov 28, 2015
1 parent 2676a92 commit f5acb44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ redir END
let count = 110

function! ImplicitGlobalFunc(param)
" Make fix missing a: easy
" Make it easy to fix missing a:
echo param
endfunction
call ImplicitGlobalFunc(0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,8 @@ def test_get_violation_if_found_when_file_is_invalid(self):
self.create_violation(2, 5),
self.create_violation(4, 10),
self.create_violation(8, 5),
self.create_violation(10, 11),
self.create_violation(12, 10),
self.create_violation(14, 6),
self.create_violation(16, 11),
self.create_violation(17, 10),
self.create_violation(17, 53),
self.create_violation(19, 6),
]

self.assertFoundViolationsEqual(PATH_INVALID_VIM_SCRIPT,
Expand All @@ -50,9 +45,7 @@ def test_get_violation_if_found_when_autoloads_are_suppressed(self):
self.create_violation(2, 5),
self.create_violation(4, 10),
self.create_violation(8, 5),
self.create_violation(10, 11),
self.create_violation(12, 10),
self.create_violation(14, 6),
self.create_violation(17, 53),
]

Expand Down

0 comments on commit f5acb44

Please sign in to comment.