summaryrefslogtreecommitdiff
path: root/test/linter/test_haskell_ghc.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/linter/test_haskell_ghc.vader')
-rw-r--r--test/linter/test_haskell_ghc.vader3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/linter/test_haskell_ghc.vader b/test/linter/test_haskell_ghc.vader
index 2f33477d..746bc082 100644
--- a/test/linter/test_haskell_ghc.vader
+++ b/test/linter/test_haskell_ghc.vader
@@ -4,9 +4,10 @@ Before:
After:
call ale#assert#TearDownLinterTest()
-Execute(The options should be used in the command):
+Execute(The default ghc command should be correct):
AssertLinter 'ghc', 'ghc -fno-code -v0 %t'
+Execute(The ghc options should be configurable):
let b:ale_haskell_ghc_options = 'foobar'
AssertLinter 'ghc', 'ghc foobar %t'