Skip to content

Commit 8bba641

Browse files
authored
Merge pull request swiftlang#84133 from a7medev/test/add-missing-signaturehelp-in-sourcekitd-test
[Test] Add signaturehelp to supported requests list in sourcekitd-test
2 parents 6bf5213 + b1375f7 commit 8bba641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/SourceKit/tools/sourcekitd-test/TestOptions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ bool TestOptions::parseArgs(llvm::ArrayRef<const char *> Args) {
174174
<< "- complete.setpopularapi\n"
175175
<< "- typecontextinfo\n"
176176
<< "- conformingmethods\n"
177+
<< "- signaturehelp\n"
177178
<< "- cursor\n"
178179
<< "- related-idents\n"
179180
<< "- syntax-map\n"

0 commit comments

Comments
 (0)