Skip to content

Commit 13619a6

Browse files
committed
Test: disable on arm64_32 too
The word-size difference is contributing to the changes in expected LLVM IR, which are irrelevant changes for what this test covers.
1 parent bafe819 commit 13619a6

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)