summaryrefslogtreecommitdiff
path: root/test/fix
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-07-23 20:41:06 +0100
committerw0rp <devw0rp@gmail.com>2018-07-23 20:41:48 +0100
commitd9579dbbe91af9e23328faafb92d664ad30c67ef (patch)
tree86aaa32765d026577174d959de180b5f98bee26e /test/fix
parent11339ca730cbd3462bc81b565596ef0c9c3c561a (diff)
downloadale-d9579dbbe91af9e23328faafb92d664ad30c67ef.zip
Get tests to pass in Vim 8.1
Diffstat (limited to 'test/fix')
-rw-r--r--test/fix/test_ale_fix.vader6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fix/test_ale_fix.vader b/test/fix/test_ale_fix.vader
index 14206d8d..67b8b212 100644
--- a/test/fix/test_ale_fix.vader
+++ b/test/fix/test_ale_fix.vader
@@ -458,7 +458,7 @@ Execute(ALEFix should save files on the save event):
\ 'nr': -1,
\ 'pattern': '',
\ 'valid': 1,
- \}], getloclist(0)
+ \}], ale#test#GetLoclistWithoutModule()
endif
Expect(The buffer should be modified):
@@ -497,7 +497,7 @@ Execute(ALEFix should still lint with no linters to be applied):
\ 'nr': -1,
\ 'pattern': '',
\ 'valid': 1,
- \}], getloclist(0)
+ \}], ale#test#GetLoclistWithoutModule()
endif
Expect(The buffer should be the same):
@@ -531,7 +531,7 @@ Execute(ALEFix should still lint when nothing was fixed on save):
\ 'nr': -1,
\ 'pattern': '',
\ 'valid': 1,
- \}], getloclist(0)
+ \}], ale#test#GetLoclistWithoutModule()
endif
Expect(The buffer should be the same):