Skip to content

Commit 9f81d46

Browse files
committed
Re-enable SourceKit-LSP integration test
I forgot to change `workspace/_pollIndex` to `workspace/_synchronize` in the integration test when merging swiftlang/sourcekit-lsp#2060. rdar://147100271
1 parent fcb0323 commit 9f81d46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test-sourcekit-lsp/test-sourcekit-lsp.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Canary test for sourcekit-lsp, covering interaction with swiftpm and toolchain
22
# language services.
33

4-
# REQUIRES: rdar147100271
54
# REQUIRES: have-sourcekit-lsp
65

76
# Make a sandbox dir.
@@ -151,7 +150,7 @@ def main():
151150
},
152151
)
153152

154-
connection.send_request("workspace/_pollIndex", {})
153+
connection.send_request("workspace/_synchronize", {"index": True})
155154
foo_definition_response = connection.send_request(
156155
"textDocument/definition",
157156
{

0 commit comments

Comments
 (0)