File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
// REQUIRES: CPU=arm64
3
3
// RUN: %target-swift-frontend -typecheck %s -swift-version 3
4
4
// RUN: %empty-directory(%t)
5
- // RUN: cd %t && %swiftc_driver -c -update-code -target arm64-apple-ios10.3 -output-file-map %S/Inputs/no_duplicate_aarch64_use_tbi_ofm.json -swift-version 3 %s -v
6
- // RUN: cd %t && %swiftc_driver -c -update-code -target arm64-apple-ios10.3 -output-file-map %S/Inputs/no_duplicate_aarch64_use_tbi_ofm.json -swift-version 3 %s -### > %t/driver_actions.txt
5
+ // RUN: cd %t && %target- swiftc_driver -c -update-code -output-file-map %S/Inputs/no_duplicate_aarch64_use_tbi_ofm.json -swift-version 3 %s -v
6
+ // RUN: cd %t && %target- swiftc_driver -c -update-code -output-file-map %S/Inputs/no_duplicate_aarch64_use_tbi_ofm.json -swift-version 3 %s -### > %t/driver_actions.txt
7
7
// RUN: %FileCheck --check-prefix=CHECK-REMAP %s < %t/no_duplicate_aarch64_use_tbi.remap
8
8
// RUN: %FileCheck --check-prefix=CHECK-ACTIONS %s < %t/driver_actions.txt
9
9
10
10
public func foo( _ f: ( Void ) -> ( ) ) { }
11
11
12
- // CHECK-REMAP: "offset": 673 ,
12
+ // CHECK-REMAP: "offset": 632 ,
13
13
// CHECK-REMAP: "remove": 5,
14
14
// CHECK-REMAP: "text": "("
15
15
You can’t perform that action at this time.
0 commit comments