mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[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:
@@ -1,7 +1,7 @@
|
||||
import Foo
|
||||
|
||||
// REQUIRES: objc_interop
|
||||
// RUN: %sourcekitd-test -req=complete -pos=2:1 %s -- %mcp_opt -F %S/../Inputs/libIDE-mock-sdk %s | %FileCheck %s
|
||||
// RUN: %sourcekitd-test -req=complete -pos=2:1 %s -- -F %S/../Inputs/libIDE-mock-sdk %s | %FileCheck %s
|
||||
|
||||
// CHECK-LABEL: key.name: "fooIntVar",
|
||||
// CHECK-NEXT: key.sourcetext: "fooIntVar",
|
||||
|
||||
Reference in New Issue
Block a user