We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cb7dd commit 31daf5cCopy full SHA for 31daf5c
test/stdlib/Span/InlineSpanProperties.swift
@@ -10,9 +10,11 @@
10
//
11
//===----------------------------------------------------------------------===//
12
13
-// RUN: %target-run-stdlib-swift(-enable-experimental-feature ValueGenerics)
+// RUN: %target-run-stdlib-swift(-enable-experimental-feature AddressableTypes -enable-experimental-feature LifetimeDependence -enable-experimental-feature ValueGenerics)
14
15
// REQUIRES: executable_test
16
+// REQUIRES: swift_feature_AddressableTypes
17
+// REQUIRES: swift_feature_LifetimeDependence
18
// REQUIRES: swift_feature_ValueGenerics
19
20
import StdlibUnittest
0 commit comments