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 8357c18 commit 9ce2101Copy full SHA for 9ce2101
test/IRGen/opaque_result_type.swift
@@ -2,9 +2,6 @@
2
// RUN: %{python} %utils/chex.py < %s > %t/opaque_result_type.swift
3
// RUN: %target-swift-frontend -enable-implicit-dynamic -disable-availability-checking -emit-ir %t/opaque_result_type.swift | %FileCheck --check-prefix=CHECK --check-prefix=CHECK-NODEBUG %t/opaque_result_type.swift
4
5
-// FIXME: Disabled because compilation is crashing in arm64e
6
-// REQUIRES: rdar60734429
7
-
8
public protocol O {
9
func bar()
10
}
0 commit comments