We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570bbf8 commit 169000dCopy full SHA for 169000d
test/functional/Highlight.hs
@@ -10,7 +10,7 @@ import Test.Tasty.HUnit
10
11
tests :: TestTree
12
tests = testGroup "highlight" [
13
- testCase "works" $ runSession hlsCommand fullCaps "test/testdata" $ do
+ testCase "works" $ runSession (hlsCommand ++ " --test") fullCaps "test/testdata" $ do
14
doc <- openDoc "Highlight.hs" "haskell"
15
_ <- waitForDiagnosticsFrom doc
16
highlights <- getHighlights doc (Position 2 2)
0 commit comments