File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed
plugins/hls-call-hierarchy-plugin/test Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,11 @@ plugin = descriptor "callHierarchy"
25
25
26
26
main :: IO ()
27
27
main = defaultTestRunner $
28
- testGroup " Call Hierarchy"
29
- [ prepareCallHierarchyTests
30
- , incomingCallsTests
31
- , outgoingCallsTests
32
- ]
33
-
34
- main1 = defaultTestRunner $ testCase " t1" $ do
35
- let contents = T. unlines [" a :: Int" , " f=3" ," a = 3" ]
36
- range = mkRange 2 0 2 5
37
- selRange = mkRange 2 0 2 1
38
- expected = mkCallHierarchyItemV " a" SkFunction range selRange
39
- oneCaseWithCreate contents 0 0 expected
28
+ testGroup " Call Hierarchy"
29
+ [ prepareCallHierarchyTests
30
+ , incomingCallsTests
31
+ , outgoingCallsTests
32
+ ]
40
33
41
34
prepareCallHierarchyTests :: TestTree
42
35
prepareCallHierarchyTests =
You can’t perform that action at this time.
0 commit comments