Skip to content

Commit 2ec23ae

Browse files
authored
Merge pull request #75896 from kavon/throws-predict-no-armv7k
Test: disable on armv7k
2 parents 375b390 + 7f71620 commit 2ec23ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILOptimizer/throws_prediction.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
// RUN: -sil-verify-all -module-name=test -emit-sil \
1717
// RUN: | %FileCheck --check-prefix CHECK-DISABLED %s
1818

19+
// UNSUPPORTED: CPU=armv7k
20+
1921
// CHECK-DISABLED-NOT: normal_count
2022

2123
enum MyError: Error { case err }

0 commit comments

Comments
 (0)