We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b734330 commit be16fe3Copy full SHA for be16fe3
test/SourceKit/Refactoring/rename-across-modules.swift
@@ -10,7 +10,7 @@ public protocol Action {}
10
//--- test.swift
11
import MyModule
12
13
-// RUN: %sourcekitd-test -req=cursor -pos=%(line+1):19 -length=6 -cursor-action %t/test.swift -- %t/test.swift -I %t/build | %FileCheck %s
+// RUN: %sourcekitd-test -req=cursor -pos=%(line+1):19 -length=6 -cursor-action %t/test.swift -- %t/test.swift -target %target-triple -I %t/build | %FileCheck %s
14
func test(action: Action) { }
15
// CHECK: ACTIONS BEGIN
16
// CHECK-NEXT: source.refactoring.kind.rename.global
0 commit comments