File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -4288,11 +4288,7 @@ findDefinitionAndHoverTests = let
42884288 , test no yes outL45 outSig " top-level signature #767"
42894289 , test broken broken innL48 innSig " inner signature #767"
42904290 , test no yes holeL60 hleInfo " hole without internal name #831"
4291- , if ghcVersion >= GHC92 then
4292- -- Broken on GHC 9.2 and above due to printing of uniques
4293- test no yes holeL65 [] " hole with variable"
4294- else
4295- test no yes holeL65 hleInfo2 " hole with variable"
4291+ , test no yes holeL65 hleInfo2 " hole with variable"
42964292 , test no skip cccL17 docLink " Haddock html links"
42974293 , testM yes yes imported importedSig " Imported symbol"
42984294 , testM yes yes reexported reexportedSig " Imported symbol (reexported)"
You can’t perform that action at this time.
0 commit comments