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
4288
4288
, test no yes outL45 outSig " top-level signature #767"
4289
4289
, test broken broken innL48 innSig " inner signature #767"
4290
4290
, 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"
4296
4292
, test no skip cccL17 docLink " Haddock html links"
4297
4293
, testM yes yes imported importedSig " Imported symbol"
4298
4294
, testM yes yes reexported reexportedSig " Imported symbol (reexported)"
You can’t perform that action at this time.
0 commit comments