We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f93fd3 commit 8aa6478Copy full SHA for 8aa6478
test/test_server.py
@@ -782,7 +782,7 @@ def check_return(results, ref_results):
782
"textDocument/didOpen", {"textDocument": {"uri": file_path}}
783
)
784
# Test module procedure in submodules importing scopes
785
- file_path = str(test_dir / "subdir" / "test_submod.f90")
+ file_path = str(test_dir / "subdir" / "test_submod.F90")
786
string += write_rpc_notification(
787
788
0 commit comments