Skip to content

Commit d699226

Browse files
authored
Merge pull request #70372 from eeckstein/disable-test
tests: temporarily disable embedded/FixedArray.swift
2 parents 484fc77 + a71a899 commit d699226

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/embedded/FixedArray.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
// REQUIRES: VENDOR=apple
1313
// REQUIRES: OS=macosx
1414

15+
16+
// REQUIRES: needsfixing
17+
1518
func simpleStackAllocated() {
1619
var a = FixedArray<Int>(capacity: 10)
1720
a.append(27)

0 commit comments

Comments
 (0)