File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// REQUIRES: objc_interop
2
2
// RUN: rm -rf %t.mod && mkdir -p %t.mod
3
- // RUN: %swift -emit-module -o %t.mod/cities.swiftmodule %S/Inputs/cities.swift -module-name Cities -parse-as-library
3
+ // RUN: %target- swift-frontend -emit-module -o %t.mod/cities.swiftmodule %S/Inputs/cities.swift -module-name Cities -parse-as-library
4
4
// RUN: rm -rf %t && mkdir -p %t && %target-swift-frontend -c -update-code -disable-migrator-fixits -primary-file %s -I %t.mod -api-diff-data-file %S/API.json -emit-migrated-file-path %t/wrap_optional.swift.result -o %t/wrap_optional.swift.remap
5
5
// RUN: diff -u %S/wrap_optional.swift.expected %t/wrap_optional.swift.result
6
6
Original file line number Diff line number Diff line change 1
1
// REQUIRES: objc_interop
2
2
// RUN: rm -rf %t.mod && mkdir -p %t.mod
3
- // RUN: %swift -emit-module -o %t.mod/cities.swiftmodule %S/Inputs/cities.swift -module-name Cities -parse-as-library
3
+ // RUN: %target- swift-frontend -emit-module -o %t.mod/cities.swiftmodule %S/Inputs/cities.swift -module-name Cities -parse-as-library
4
4
// RUN: rm -rf %t && mkdir -p %t && %target-swift-frontend -c -update-code -disable-migrator-fixits -primary-file %s -I %t.mod -api-diff-data-file %S/API.json -emit-migrated-file-path %t/wrap_optional.swift.result -o %t/wrap_optional.swift.remap
5
5
// RUN: diff -u %S/wrap_optional.swift.expected %t/wrap_optional.swift.result
6
6
You can’t perform that action at this time.
0 commit comments