Skip to content

Commit 49e01ba

Browse files
authored
Merge pull request #82062 from eeckstein/fix-test
tests: run SILOptimizer/static_inline_arrays.swift only on macos, linux and windows
2 parents a2a760a + 696e814 commit 49e01ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILOptimizer/static_inline_arrays.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// RUN: %target-run %t/a.out | %FileCheck %s -check-prefix=CHECK-OUTPUT
88

99
// REQUIRES: executable_test,optimized_stdlib
10+
// REQUIRES: OS=macosx || OS=linux-gnu || OS=windows-msvc
1011
// UNSUPPORTED: back_deployment_runtime
1112

1213
extension InlineArray: Collection {

0 commit comments

Comments
 (0)