Skip to content

Commit 35a1ef8

Browse files
committed
Explicitly pass the deployment target to the embedded/FixedArray.swift test
1 parent 22919a9 commit 35a1ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/embedded/FixedArray.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
// Also test in non-embedded mode
66

7-
// RUN: %target-run-simple-swift(%S/Inputs/ExperimentalFixedArray.swift -enable-experimental-feature FixedArrays -parse-as-library -wmo) | %FileCheck %s
8-
// RUN: %target-run-simple-swift(-O %S/Inputs/ExperimentalFixedArray.swift -enable-experimental-feature FixedArrays -parse-as-library -wmo) | %FileCheck %s
7+
// RUN: %target-run-simple-swift(-target %target-cpu-apple-macosx10.13 %S/Inputs/ExperimentalFixedArray.swift -enable-experimental-feature FixedArrays -parse-as-library -wmo) | %FileCheck %s
8+
// RUN: %target-run-simple-swift(-target %target-cpu-apple-macosx10.13 -O %S/Inputs/ExperimentalFixedArray.swift -enable-experimental-feature FixedArrays -parse-as-library -wmo) | %FileCheck %s
99

1010
// REQUIRES: executable_test
1111
// REQUIRES: optimized_stdlib

0 commit comments

Comments
 (0)