File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
test/SourceKit/CursorInfo Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
- // REQUIRES: rdar103268363
2
-
3
1
// RUN: %empty-directory(%t/split)
4
2
// RUN: %{python} %utils/split_file.py -o %t/split %s
5
3
// RUN: %empty-directory(%t/build)
6
4
// RUN: %target-swift-frontend -emit-module -module-name MyModule -emit-module-path %t/build/MyModule.swiftmodule -emit-module-source-info-path %t/build/MyModule.swiftsourceinfo %t/split/Action.swift
7
- // RUN: %sourcekitd-test -req=cursor -req-opts=retrieve_symbol_graph=1 -pos=5:14 %t/split/test.swift -- %t/split/test.swift -I %t/build | %FileCheck %s
5
+ // RUN: %sourcekitd-test -req=cursor -req-opts=retrieve_symbol_graph=1 -pos=5:14 %t/split/test.swift -- %t/split/test.swift -I %t/build -target %target-triple | %FileCheck %s
8
6
9
7
// BEGIN Action.swift
10
8
public protocol Action { }
You can’t perform that action at this time.
0 commit comments