Skip to content

Commit 78ea4f3

Browse files
committed
This test is broken because GHC 9.2 built-in libraries lack docs
The interface files have no docs, checked via: ghc --show-iface ~/.ghcup/ghc/9.2.1/lib/ghc-9.2.1/lib/x86_64-osx-ghc-9.2.1/base-4.16.0.0/Data/Functor.hi
1 parent c3bd8c2 commit 78ea4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ghcide/test/exe/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4045,7 +4045,7 @@ findDefinitionAndHoverTests = let
40454045
, test no skip cccL17 docLink "Haddock html links"
40464046
, testM yes yes imported importedSig "Imported symbol"
40474047
, testM yes yes reexported reexportedSig "Imported symbol (reexported)"
4048-
, if ghcVersion == GHC90 && isWindows then
4048+
, if ghcVersion == GHC90 && isWindows || ghcVersion == GHC92 then
40494049
test no broken thLocL57 thLoc "TH Splice Hover"
40504050
else
40514051
test no yes thLocL57 thLoc "TH Splice Hover"

0 commit comments

Comments
 (0)