Skip to content

Commit 31daf5c

Browse files
committed
[test] amend test command
1 parent d5cb7dd commit 31daf5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/stdlib/Span/InlineSpanProperties.swift

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
// RUN: %target-run-stdlib-swift(-enable-experimental-feature ValueGenerics)
13+
// RUN: %target-run-stdlib-swift(-enable-experimental-feature AddressableTypes -enable-experimental-feature LifetimeDependence -enable-experimental-feature ValueGenerics)
1414

1515
// REQUIRES: executable_test
16+
// REQUIRES: swift_feature_AddressableTypes
17+
// REQUIRES: swift_feature_LifetimeDependence
1618
// REQUIRES: swift_feature_ValueGenerics
1719

1820
import StdlibUnittest

0 commit comments

Comments
 (0)