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.
1 parent 51580e3 commit 6172c01Copy full SHA for 6172c01
test/IRGen/typed_throws.swift
@@ -2,6 +2,7 @@
2
3
// RUN: %target-swift-frontend -primary-file %s -emit-ir -enable-experimental-feature TypedThrows -disable-availability-checking -runtime-compatibility-version 5.8 -disable-concrete-type-metadata-mangled-name-accessors | %FileCheck %s --check-prefix=CHECK-NOMANGLE
4
5
+// XFAIL: CPU=arm64e
6
7
enum MyBigError: Error {
8
case epicFail
0 commit comments