Skip to content

Commit a8bab83

Browse files
committed
Merge remote-tracking branch 'origin/main' into rebranch
2 parents c93356b + 454e5ea commit a8bab83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Misc/target-cpu.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
// RUN: not %swift -typecheck -target armv7k-apple-watchos2 -Xcc -### %s 2>&1 | %FileCheck -check-prefix=WATCHTARGETCPU1 %s
1414
// WATCHTARGETCPU1: "-target-cpu" "cortex-a7"
1515

16-
// RUN: not %swift -typecheck -target arm64-apple-watchos2 -Xcc -### %s 2>&1 | %FileCheck -check-prefix=WATCHTARGETCPU2 %s
17-
// WATCHTARGETCPU2: "-target-cpu" "apple-a7"
16+
// RUN: not %swift -typecheck -target arm64_32-apple-watchos2 -Xcc -### %s 2>&1 | %FileCheck -check-prefix=WATCHTARGETCPU2 %s
17+
// WATCHTARGETCPU2: "-target-cpu" "apple-s4"
1818

1919
// RUN: not %swift -typecheck -target armv7s-apple-ios7 -Xcc -### %s 2>&1 | %FileCheck -check-prefix=TARGETCPU2 %s
2020
// TARGETCPU2: "-target-cpu" "swift"

0 commit comments

Comments
 (0)