Skip to content

Commit 8db28a6

Browse files
committed
[test] amend test command
1 parent 08e8069 commit 8db28a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/stdlib/Span/InlineSpanProperties.swift

Lines changed: 3 additions & 1 deletion
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)