Add a failing test to test re-running tests in AppVeyor
This commit is contained in:
parent
7ce919e690
commit
1565859eae
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ Execute(Linters should run with the default options):
|
||||||
call ale#Lint()
|
call ale#Lint()
|
||||||
call ale#engine#WaitForJobs(2000)
|
call ale#engine#WaitForJobs(2000)
|
||||||
|
|
||||||
|
AssertEqual 1, 0
|
||||||
|
|
||||||
AssertEqual [{
|
AssertEqual [{
|
||||||
\ 'bufnr': bufnr('%'),
|
\ 'bufnr': bufnr('%'),
|
||||||
\ 'lnum': 2,
|
\ 'lnum': 2,
|
||||||
|
|
Reference in a new issue