We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 375b390 + 7f71620 commit 2ec23aeCopy full SHA for 2ec23ae
test/SILOptimizer/throws_prediction.swift
@@ -16,6 +16,8 @@
16
// RUN: -sil-verify-all -module-name=test -emit-sil \
17
// RUN: | %FileCheck --check-prefix CHECK-DISABLED %s
18
19
+// UNSUPPORTED: CPU=armv7k
20
+
21
// CHECK-DISABLED-NOT: normal_count
22
23
enum MyError: Error { case err }
0 commit comments