We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c69e9d commit 12db283Copy full SHA for 12db283
ghcide/test/exe/Main.hs
@@ -4008,8 +4008,8 @@ findDefinitionAndHoverTests = let
4008
test no yes docL41 constr "type constraint in hover info #1012"
4009
else
4010
test no broken docL41 constr "type constraint in hover info #1012"
4011
- , test broken broken outL45 outSig "top-level signature #767"
4012
- , test broken broken innL48 innSig "inner signature #767"
+ , test no yes outL45 outSig "top-level signature #767"
+ , test no yes innL48 innSig "inner signature #767"
4013
, test no yes holeL60 hleInfo "hole without internal name #831"
4014
, test no skip cccL17 docLink "Haddock html links"
4015
, testM yes yes imported importedSig "Imported symbol"
0 commit comments