Remove a redundant variable in tests

This commit is contained in:
w0rp 2018-06-19 20:12:49 +01:00
parent e306e5cdb0
commit 3a5887df2c
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 0 additions and 8 deletions

View File

@ -14,13 +14,6 @@ Before:
\ 'pattern': '',
\ 'valid': 1,
\}]
let g:expected_groups = [
\ 'ALECleanupGroup',
\ 'ALECursorGroup',
\ 'ALEHighlightBufferGroup',
\ 'ALERunOnEnterGroup',
\ 'ALERunOnTextChangedGroup',
\]
function! ToggleTestCallback(buffer, output)
return [{
@ -45,7 +38,6 @@ After:
Restore
unlet! g:expected_loclist
unlet! g:expected_groups
let g:ale_buffer_info = {}
call ale#linter#Reset()