Skip to content

Commit 9d6e36b

Browse files
authored
Merge pull request swiftlang#74771 from susmonteiro/susmonteiro/cxx-span-fix-failing-test
[cxx-interop] Add requirement executable_test
2 parents f795666 + b310758 commit 9d6e36b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Interop/Cxx/stdlib/use-std-span.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// FIXME swift-ci linux tests do not support std::span
44
// UNSUPPORTED: OS=linux-gnu
55

6+
// REQUIRES: executable_test
7+
68
import StdlibUnittest
79
#if !BRIDGING_HEADER
810
import StdSpan

0 commit comments

Comments
 (0)