Skip to content

Commit eb5aa89

Browse files
committed
tests: temporarily disable SILOptimizer/readonly_arrays.swift
This is a followup of #61830
1 parent dc3978f commit eb5aa89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILOptimizer/readonly_arrays.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
// Currently, constant static arrays only work on Darwin platforms.
2323
// REQUIRES: VENDOR=apple
2424

25+
// REQUIRES: rdar101126543
26+
2527
public struct Str {
2628
public static let staticVariable = [ 200, 201, 202 ]
2729
}

0 commit comments

Comments
 (0)