Skip to content

Commit a0ac6c7

Browse files
committed
Tests: Stop referring to the Span feature since it has been removed.
1 parent 34cc3e8 commit a0ac6c7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

stdlib/public/Cxx/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ add_swift_target_library(swiftCxx STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_ONLY
2121

2222
SWIFT_COMPILE_FLAGS ${SWIFT_RUNTIME_SWIFT_COMPILE_FLAGS} ${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
2323
-cxx-interoperability-mode=default
24-
-enable-experimental-feature Span
2524
-enable-experimental-feature BuiltinModule
2625
# This module should not pull in the C++ standard library, so we disable it explicitly.
2726
# For functionality that depends on the C++ stdlib, use C++ stdlib overlay (`swiftstd` module).

test/Interop/Cxx/stdlib/std-span-transformed-execution.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-run-simple-swift(-plugin-path %swift-plugin-dir -I %S/Inputs -Xfrontend -enable-experimental-cxx-interop -swift-version 6 -Xfrontend -disable-availability-checking -Xcc -std=c++20 -enable-experimental-feature LifetimeDependence -enable-experimental-feature Span -enable-experimental-feature SafeInteropWrappers)
1+
// RUN: %target-run-simple-swift(-plugin-path %swift-plugin-dir -I %S/Inputs -Xfrontend -enable-experimental-cxx-interop -swift-version 6 -Xfrontend -disable-availability-checking -Xcc -std=c++20 -enable-experimental-feature LifetimeDependence -enable-experimental-feature SafeInteropWrappers)
22

33
// FIXME swift-ci linux tests do not support std::span
44
// UNSUPPORTED: OS=linux-gnu
@@ -7,7 +7,6 @@
77
// UNSUPPORTED: OS=windows-msvc
88

99
// REQUIRES: swift_feature_SafeInteropWrappers
10-
// REQUIRES: swift_feature_Span
1110
// REQUIRES: swift_feature_LifetimeDependence
1211

1312
// REQUIRES: executable_test

0 commit comments

Comments
 (0)