Skip to content

Commit fcecdc7

Browse files
authored
Merge pull request swiftlang#15115 from benlangmuir/migrator-test-tbi
[migrator] Fix test no_duplicate_aarch64_use_tbi
2 parents 784dea7 + ff8f3c0 commit fcecdc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Migrator/no_duplicate_aarch64_use_tbi.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
// REQUIRES: CPU=arm64
33
// RUN: %target-swift-frontend -typecheck %s -swift-version 3
44
// 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
77
// RUN: %FileCheck --check-prefix=CHECK-REMAP %s < %t/no_duplicate_aarch64_use_tbi.remap
88
// RUN: %FileCheck --check-prefix=CHECK-ACTIONS %s < %t/driver_actions.txt
99

1010
public func foo(_ f: (Void) -> ()) {}
1111

12-
// CHECK-REMAP: "offset": 673,
12+
// CHECK-REMAP: "offset": 632,
1313
// CHECK-REMAP: "remove": 5,
1414
// CHECK-REMAP: "text": "("
1515

0 commit comments

Comments
 (0)