Skip to content

Commit 696e814

Browse files
committed
tests: run SILOptimizer/static_inline_arrays.swift only on macos, linux and windows
rdar://152288605
1 parent 5dadb5d commit 696e814

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)