Skip to content

Commit 12db283

Browse files
authored
Enable outer/inner hover signature
To check the status of #767
1 parent 6c69e9d commit 12db283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ghcide/test/exe/Main.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -4008,8 +4008,8 @@ findDefinitionAndHoverTests = let
40084008
test no yes docL41 constr "type constraint in hover info #1012"
40094009
else
40104010
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"
4011+
, test no yes outL45 outSig "top-level signature #767"
4012+
, test no yes innL48 innSig "inner signature #767"
40134013
, test no yes holeL60 hleInfo "hole without internal name #831"
40144014
, test no skip cccL17 docLink "Haddock html links"
40154015
, testM yes yes imported importedSig "Imported symbol"

0 commit comments

Comments
 (0)