Skip to content

Commit 4f5b614

Browse files
authored
Merge pull request #79239 from atrick/fix-span-test
Fix mutable_span_bounds_check_tests.swift on iOS: REQUIRES: OS=macosx
2 parents a873281 + 85ec364 commit 4f5b614

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/SILOptimizer/mutable_span_bounds_check_tests.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// REQUIRES: swift_feature_Span
99
// REQUIRES: swift_feature_AllowUnsafeAttribute
1010

11+
// In Inputs/SpanExtras.swift we have @available(macOS 9999, *):
12+
// REQUIRES: OS=macosx
13+
1114
import SpanExtras
1215

1316
// Bounds check should be eliminated

0 commit comments

Comments
 (0)