Skip to content

Commit 8166d36

Browse files
committed
Fix test
1 parent 9cbc585 commit 8166d36

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ghcide/test/exe/Main.hs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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)"

0 commit comments

Comments
 (0)