File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -1216,10 +1216,6 @@ findDefinitionAndHoverTests = let
1216
1216
testM yes yes reexported reexportedSig " Imported symbol (reexported)"
1217
1217
, if | ghcVersion == GHC90 && isWindows ->
1218
1218
test no broken thLocL57 thLoc " TH Splice Hover"
1219
- | ghcVersion == GHC92 && (isWindows || isMac) ->
1220
- -- Some GHC 9.2 distributions ship without .hi docs
1221
- -- https://gitlab.haskell.org/ghc/ghc/-/issues/20903
1222
- test no broken thLocL57 thLoc " TH Splice Hover"
1223
1219
| otherwise ->
1224
1220
test no yes thLocL57 thLoc " TH Splice Hover"
1225
1221
]
@@ -2061,14 +2057,14 @@ completionDocTests =
2061
2057
]
2062
2058
let expected = " *Imported from 'Prelude'*\n "
2063
2059
test doc (Position 1 8 ) " odd" (Just $ T. length expected) [expected]
2064
- , brokenForMacGhc9 $ brokenForWinGhc9 $ testSession " extern single line doc without '\\ n'" $ do
2060
+ , brokenForMacGhc9 $ testSession " extern single line doc without '\\ n'" $ do
2065
2061
doc <- createDoc " A.hs" " haskell" $ T. unlines
2066
2062
[ " module A where"
2067
2063
, " foo = no"
2068
2064
]
2069
2065
let expected = " *Imported from 'Prelude'*\n * * *\n\n\n Boolean \" not\"\n "
2070
2066
test doc (Position 1 8 ) " not" (Just $ T. length expected) [expected]
2071
- , brokenForMacGhc9 $ brokenForWinGhc9 $ testSession " extern mulit line doc" $ do
2067
+ , brokenForMacGhc9 $ testSession " extern mulit line doc" $ do
2072
2068
doc <- createDoc " A.hs" " haskell" $ T. unlines
2073
2069
[ " module A where"
2074
2070
, " foo = i"
You can’t perform that action at this time.
0 commit comments