Skip to content

Commit 18bb92d

Browse files
authored
Merge pull request swiftlang#39465 from benlangmuir/disable-another-5.5
[5.5] [test] Disable IRGen/opaque_result_type.swift on arm64e
2 parents f42908f + 1869e3b commit 18bb92d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IRGen/opaque_result_type.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// rdar://76863553
66
// UNSUPPORTED: OS=watchos && CPU=x86_64
77

8+
// https://bugs.swift.org/browse/SR-15237
9+
// UNSUPPORTED: CPU=arm64e
10+
811
public protocol O {
912
func bar()
1013
}

0 commit comments

Comments
 (0)