Skip to content

Commit 65a9068

Browse files
committed
enable test for #717
1 parent 88c26eb commit 65a9068

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: ghcide/test/exe/FindDefinitionAndHoverTests.hs

+6-6
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,17 @@ tests = let
126126
aaaL14 = Position 18 20 ; aaa = [mkR 11 0 11 3]
127127
dcL7 = Position 11 11 ; tcDC = [mkR 7 23 9 16]
128128
dcL12 = Position 16 11 ;
129-
xtcL5 = Position 9 11 ; xtc = [ExpectExternFail, ExpectHoverText ["Int", "Defined in ", "GHC.Types", "ghc-prim"]]
129+
xtcL5 = Position 9 11 ; xtc = [ExpectHoverText ["Int", "Defined in ", "GHC.Types", "ghc-prim"]]
130130
tcL6 = Position 10 11 ; tcData = [mkR 7 0 9 16, ExpectHoverText ["TypeConstructor", "GotoHover.hs:8:1"]]
131131
vvL16 = Position 20 12 ; vv = [mkR 20 4 20 6]
132132
opL16 = Position 20 15 ; op = [mkR 21 2 21 4]
133133
opL18 = Position 22 22 ; opp = [mkR 22 13 22 17]
134134
aL18 = Position 22 20 ; apmp = [mkR 22 10 22 11]
135135
b'L19 = Position 23 13 ; bp = [mkR 23 6 23 7]
136-
xvL20 = Position 24 8 ; xvMsg = [ExpectExternFail, ExpectHoverText ["pack", ":: String -> Text", "Data.Text", "text"]]
136+
xvL20 = Position 24 8 ; xvMsg = [ExpectHoverText ["pack", ":: String -> Text", "Data.Text", "text"]]
137137
clL23 = Position 27 11 ; cls = [mkR 25 0 26 20, ExpectHoverText ["MyClass", "GotoHover.hs:26:1"]]
138138
clL25 = Position 29 9
139-
eclL15 = Position 19 8 ; ecls = [ExpectExternFail, ExpectHoverText ["Num", "Defined in ", "GHC.Num", "base"]]
139+
eclL15 = Position 19 8 ; ecls = [ExpectHoverText ["Num", "Defined in ", "GHC.Num", "base"]]
140140
dnbL29 = Position 33 18 ; dnb = [ExpectHoverText [":: ()"], mkR 33 12 33 21]
141141
dnbL30 = Position 34 23
142142
lcbL33 = Position 37 26 ; lcb = [ExpectHoverText [":: Char"], mkR 37 26 37 27]
@@ -174,16 +174,16 @@ tests = let
174174
, test yes yes dcL7 tcDC "data constructor record #1029"
175175
, test yes yes dcL12 tcDC "data constructor plain" -- https://github.com/haskell/ghcide/pull/121
176176
, test yes yes tcL6 tcData "type constructor #1028" -- https://github.com/haskell/ghcide/pull/147
177-
, test broken yes xtcL5 xtc "type constructor external #717,1028"
178-
, test broken yes xvL20 xvMsg "value external package #717" -- https://github.com/haskell/ghcide/pull/120
177+
, test yes yes xtcL5 xtc "type constructor external #717,1028"
178+
, test yes yes xvL20 xvMsg "value external package #717" -- https://github.com/haskell/ghcide/pull/120
179179
, test yes yes vvL16 vv "plain parameter" -- https://github.com/haskell/ghcide/pull/120
180180
, test yes yes aL18 apmp "pattern match name" -- https://github.com/haskell/ghcide/pull/120
181181
, test yes yes opL16 op "top-level operator #713" -- https://github.com/haskell/ghcide/pull/120
182182
, test yes yes opL18 opp "parameter operator" -- https://github.com/haskell/ghcide/pull/120
183183
, test yes yes b'L19 bp "name in backticks" -- https://github.com/haskell/ghcide/pull/120
184184
, test yes yes clL23 cls "class in instance declaration #1027"
185185
, test yes yes clL25 cls "class in signature #1027" -- https://github.com/haskell/ghcide/pull/147
186-
, test broken yes eclL15 ecls "external class in signature #717,1027"
186+
, test yes yes eclL15 ecls "external class in signature #717,1027"
187187
, test yes yes dnbL29 dnb "do-notation bind #1073"
188188
, test yes yes dnbL30 dnb "do-notation lookup"
189189
, test yes yes lcbL33 lcb "listcomp bind #1073"

0 commit comments

Comments
 (0)