Remove test vars that cover bug

These test vars were covering up a bug in the hlint linter
implementation. Without these vars we can see the behavior that is
exhibited in `vim` proper.
This commit is contained in:
Evan Rutledge Borden 2018-09-28 11:37:40 -04:00
parent a8915d885b
commit 2a56475cf7
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
Before:
call ale#assert#SetUpLinterTest('haskell', 'hlint')
let g:ale_haskell_hlint_executable = 'hlint'
let g:ale_haskell_hlint_options = ''
let b:base_opts = '--color=never --json -'
After: