Skip to content

Commit 120dcac

Browse files
authored
Merge pull request #31230 from varungandhi-apple/vg-turn-on-test-case
2 parents 288e286 + 9ce2101 commit 120dcac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/IRGen/opaque_result_type.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// RUN: %{python} %utils/chex.py < %s > %t/opaque_result_type.swift
33
// 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
44

5-
// FIXME: Disabled because compilation is crashing in arm64e
6-
// REQUIRES: rdar60734429
7-
85
public protocol O {
96
func bar()
107
}

0 commit comments

Comments
 (0)