Skip to content

Commit 37afd3d

Browse files
committed
Testsuite fixes
1 parent 10549ff commit 37afd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/test/exe/CompletionTests.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ nonLocalCompletionTests =
261261
[]
262262
]
263263
where
264-
brokenForWinGhc = knownBrokenFor (BrokenSpecific Windows [GHC90, GHC92, GHC94, GHC96]) "Windows has strange things in scope for some reason"
264+
brokenForWinGhc = knownBrokenFor (BrokenSpecific Windows [GHC90, GHC92, GHC94, GHC96, GHC98]) "Windows has strange things in scope for some reason"
265265

266266
otherCompletionTests :: [TestTree]
267267
otherCompletionTests = [

0 commit comments

Comments
 (0)