Skip to content

Commit a3a84f8

Browse files
committed
[libSyntax] By default use the old syntax classifier
1 parent bb7919f commit a3a84f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,6 @@ static int handleTestInvocation(TestOptions Opts, TestOptions &InitOpts) {
713713
sourcekitd_request_dictionary_set_int64(Req, KeyLength, Opts.Length);
714714
sourcekitd_request_dictionary_set_string(Req, KeySourceText,
715715
Opts.ReplaceText.getValue().c_str());
716-
sourcekitd_request_dictionary_set_int64(Req, KeyLibSyntaxBasedProcessing, true);
717716
break;
718717

719718
case SourceKitRequest::PrintAnnotations:

0 commit comments

Comments
 (0)