Skip to content

Commit a56934a

Browse files
authored
Merge pull request #61867 from eeckstein/disable-readonly-array-test
tests: temporarily disable SILOptimizer/readonly_arrays.swift
2 parents 753b906 + eb5aa89 commit a56934a

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)