Skip to content

Commit 237610e

Browse files
committed
Disable ClangImporter/nested_protocol_name.swift on arm64_32
It fails on the non_executable bot. rdar://77281393
1 parent d448a77 commit 237610e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/ClangImporter/nested_protocol_name.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
// HEADER: func flower()
2020
// HEADER: }
2121

22+
// rdar://77281393
23+
// UNSUPPORTED: CPU=arm64_32
24+
2225
func grow(_ branch: Trunk.Branch, from trunk: Trunk) {
2326
branch.flower()
2427
trunk.addLimb(branch)

0 commit comments

Comments
 (0)