Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Danila Fedorin <[email protected]>
  • Loading branch information
DanilaFe committed Oct 12, 2024
1 parent 6636dfa commit 4b6d07f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/chpl-language-server/test/call_hierarchy.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,13 @@ async def check(docs):
await check_call_hierarchy(client, docs("C"), pos((3, 2)), expected_int)
await check_call_hierarchy(client, docs("C"), pos((4, 2)), expected_real)

# Ensure that call hierarchy works without .cls-commands.json...
async with unrelated_source_files(
client, A=fileA, B=fileB, C=fileC
) as docs:
await check(docs)

# ...and with .cls-commands.json
async with source_files(
client, A=fileA, B=fileB, C=fileC
) as docs:
Expand Down

0 comments on commit 4b6d07f

Please sign in to comment.