Skip to content

Commit ebcab6c

Browse files
authored
Merge pull request #65943 from apple/egorzhdan/std-vector-ubi-test
[cxx-interop] Do not run a test in C++20 mode
2 parents 76a733e + 594e63d commit ebcab6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop)
2-
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop -Xcc -std=gnu++20)
2+
// FIXME: also run in C++20 mode when conformance works properly on UBI platform (rdar://109366764):
3+
// %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop -Xcc -std=gnu++20)
34
//
45
// REQUIRES: executable_test
56
//

0 commit comments

Comments
 (0)