diff options
author | w0rp <devw0rp@gmail.com> | 2018-07-03 19:56:37 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-07-03 19:56:37 +0100 |
commit | 1565859eaed03f8cbec575feacfde6d353eac982 (patch) | |
tree | dbf2db4e6ab2abd9f881bd0c931549c018252001 | |
parent | 7ce919e6909d0d90dd467e165b6ddcfa8adc6bdc (diff) | |
download | ale-1565859eaed03f8cbec575feacfde6d353eac982.zip |
Add a failing test to test re-running tests in AppVeyor
-rw-r--r-- | test/smoke_test.vader | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/smoke_test.vader b/test/smoke_test.vader index 7f9dfd03..12b8af4a 100644 --- a/test/smoke_test.vader +++ b/test/smoke_test.vader @@ -49,6 +49,8 @@ Execute(Linters should run with the default options): call ale#Lint() call ale#engine#WaitForJobs(2000) + AssertEqual 1, 0 + AssertEqual [{ \ 'bufnr': bufnr('%'), \ 'lnum': 2, |