File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- // RUN: not %swift -typecheck -target %target-triple -primary-file %s -emit-fixits-path %t.main.remap -primary-file %S/Inputs/batch-mode-helper.swift -emit-fixits-path %t.helper.remap
1
+ // RUN: not %target- swift-frontend -typecheck -primary-file %s -emit-fixits-path %t.main.remap -primary-file %S/Inputs/batch-mode-helper.swift -emit-fixits-path %t.helper.remap
2
2
// RUN: %FileCheck -check-prefix=CHECK-MAIN %s < %t.main.remap
3
3
// RUN: %FileCheck -check-prefix=NEGATIVE-MAIN %s < %t.main.remap
4
4
// RUN: %FileCheck -check-prefix=CHECK-HELPER %s < %t.helper.remap
Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
- // RUN: %swift-ide-test -generate-module-api-description -- -target %target-triple -module-cache-path %t %s | %FileCheck %s
2
+ // RUN: %target- swift-ide-test -generate-module-api-description -module-cache-path %t %s | %FileCheck %s
3
3
4
4
public struct Struct1 { }
5
5
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ public protocol MyProto {}
2
2
public struct MyStruct : MyProto { }
3
3
4
4
// RUN: %empty-directory(%t)
5
- // RUN: %swift -emit-module -o %t/swift_mod.swiftmodule %s -parse-as-library -experimental-skip-all-function-bodies -experimental-skip-non-exportable-decls -experimental-lazy-typecheck -target %target-triple
6
- // RUN: %target-swift-synthesize-interface -module-name swift_mod -I %t -o - -target %target-triple | %FileCheck %s
5
+ // RUN: %target- swift-frontend -emit-module -o %t/swift_mod.swiftmodule %s -parse-as-library -experimental-skip-all-function-bodies -experimental-skip-non-exportable-decls -experimental-lazy-typecheck
6
+ // RUN: %target-swift-synthesize-interface -module-name swift_mod -I %t -o - | %FileCheck %s
7
7
8
8
// CHECK: public struct MyStruct : swift_mod.MyProto
Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: %target-build-swift -emit-module -emit-library -module-name Types %S/Inputs/fixits-derived-conformances-multifile.swift -o %t/%target-library-name(Types)
3
- // RUN: %swift -typecheck -target %target-triple -I %t -verify %s
3
+ // RUN: %target -typecheck-verify-swift %s -I %t
4
4
5
5
import Types
6
6
You can’t perform that action at this time.
0 commit comments