mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-02 01:23:30 +08:00
Get tests to pass in Vim 8.1
This commit is contained in:
@@ -66,10 +66,10 @@ Execute(ALELint should run the linters):
|
||||
sleep 1ms
|
||||
endif
|
||||
|
||||
if getloclist(0) == g:expected_loclist
|
||||
if ale#test#GetLoclistWithoutModule() == g:expected_loclist
|
||||
break
|
||||
endif
|
||||
endfor
|
||||
|
||||
" Check the loclist
|
||||
AssertEqual g:expected_loclist, getloclist(0)
|
||||
AssertEqual g:expected_loclist, ale#test#GetLoclistWithoutModule()
|
||||
|
||||
Reference in New Issue
Block a user