Skip to content

Commit 9ce2101

Browse files
[NFC] [arm64e] Turn on IRGen/opaque_result_type.swift test case.
Fixes rdar://problem/60734429.
1 parent 8357c18 commit 9ce2101

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)