File tree 1 file changed +2
-2
lines changed
plugins/hls-call-hierarchy-plugin/test
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,13 +166,13 @@ prepareCallHierarchyTests =
166
166
expected = mkCallHierarchyItemC " A" SkConstructor range selRange
167
167
oneCaseWithCreate contents 1 13 expected
168
168
, testGroup " type signature"
169
- [ testCase " next line" $ do
169
+ [ knownBrokenForGhcVersions [ GHC94 ] " type signature broken " $ testCase " next line" $ do
170
170
let contents = T. unlines [" a::Int" , " a=3" ]
171
171
range = mkRange 1 0 1 3
172
172
selRange = mkRange 1 0 1 1
173
173
expected = mkCallHierarchyItemV " a" SkFunction range selRange
174
174
oneCaseWithCreate contents 0 0 expected
175
- , testCase " multi functions" $ do
175
+ , knownBrokenForGhcVersions [ GHC94 ] " type signature broken " $ testCase " multi functions" $ do
176
176
let contents = T. unlines [ " a,b::Int" , " a=3" , " b=4" ]
177
177
range = mkRange 2 0 2 3
178
178
selRange = mkRange 2 0 2 1
You can’t perform that action at this time.
0 commit comments