[test] Remove now-redundant %mcp_opt from sourcekit tests

Remove `%mcp_opt` from commands that use `%sourcekitd-test` and
`%complete-test`, as they are now redundant with the lit substitution.
This commit is contained in:
Ben Langmuir
2020-01-22 11:12:25 -08:00
parent 8b8ec5372e
commit 0b93a247c6
21 changed files with 223 additions and 223 deletions

View File

@@ -7,5 +7,5 @@
// RUN: %build-clang-importer-objc-overlays
// RUN: %sourcekitd-test -req=doc-info -module Foo -- -F %S/../Inputs/libIDE-mock-sdk \
// RUN: %mcp_opt -target %target-triple %clang-importer-sdk-nosource -I %t | %sed_clean > %t.response
// RUN: -target %target-triple %clang-importer-sdk-nosource -I %t | %sed_clean > %t.response
// RUN: diff -u %s.response %t.response