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"
2525
2626main :: IO ()
2727main = 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+ ]
4033
4134prepareCallHierarchyTests :: TestTree
4235prepareCallHierarchyTests =
You can’t perform that action at this time.
0 commit comments