summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvan Rutledge Borden <eborden@frontrowed.com>2018-09-28 11:37:40 -0400
committerEvan Rutledge Borden <eborden@frontrowed.com>2018-09-28 11:37:40 -0400
commit2a56475cf79e47f603811d6440853b9d951fb53d (patch)
tree7066aca65ca18b9c02f7a4d62c8d3e3622224e69 /test
parenta8915d885b79ba8e243c228c9f38dddbcb1c479a (diff)
downloadale-2a56475cf79e47f603811d6440853b9d951fb53d.zip
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.
Diffstat (limited to 'test')
-rw-r--r--test/command_callback/test_haskell_hlint_command_callbacks.vader3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/command_callback/test_haskell_hlint_command_callbacks.vader b/test/command_callback/test_haskell_hlint_command_callbacks.vader
index d4ee708c..6d227c9d 100644
--- a/test/command_callback/test_haskell_hlint_command_callbacks.vader
+++ b/test/command_callback/test_haskell_hlint_command_callbacks.vader
@@ -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: