Skip to content

Commit 03a0019

Browse files
authored
Merge pull request #75915 from kavon/disable-on-other-32-bit-arch-too
Test: disable on arm64_32 too
2 parents 9393a9d + 13619a6 commit 03a0019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/throws_prediction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// RUN: -sil-verify-all -module-name=test -emit-sil \
1717
// RUN: | %FileCheck --check-prefix CHECK-DISABLED %s
1818

19-
// UNSUPPORTED: CPU=armv7k
19+
// UNSUPPORTED: CPU=armv7k || CPU=arm64_32
2020

2121
// CHECK-DISABLED-NOT: normal_count
2222

0 commit comments

Comments
 (0)