Skip to content

Commit 169000d

Browse files
committed
try fixing windows tests
1 parent 570bbf8 commit 169000d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/Highlight.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Test.Tasty.HUnit
1010

1111
tests :: TestTree
1212
tests = testGroup "highlight" [
13-
testCase "works" $ runSession hlsCommand fullCaps "test/testdata" $ do
13+
testCase "works" $ runSession (hlsCommand ++ " --test") fullCaps "test/testdata" $ do
1414
doc <- openDoc "Highlight.hs" "haskell"
1515
_ <- waitForDiagnosticsFrom doc
1616
highlights <- getHighlights doc (Position 2 2)

0 commit comments

Comments
 (0)