Skip to content

Commit 0677cbd

Browse files
authored
Merge pull request #69381 from hyp/eng/rebronbridge17
[cxx-interop] test, use C++17 in bridge-cxx-struct-back-to-cxx.swift …
2 parents fb8a51b + c4ba2c7 commit 0677cbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Interop/CxxToSwiftToCxx/bridge-cxx-struct-back-to-cxx.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
// Check that the generated header can be
1919
// built with Clang modules enabled in C++.
2020

21-
// RUN: %target-interop-build-clangxx -fsyntax-only -x c++-header %t/full-cxx-swift-cxx-bridging.h -std=gnu++20 -c -fmodules -fcxx-modules -I %t -D_LIBCPP_DISABLE_AVAILABILITY
21+
// RUN: %target-interop-build-clangxx -fsyntax-only -x c++-header %t/full-cxx-swift-cxx-bridging.h -std=gnu++17 -c -fmodules -fcxx-modules -I %t -D_LIBCPP_DISABLE_AVAILABILITY
2222
// FIXME: remove _LIBCPP_DISABLE_AVAILABILITY above (https://github.com/apple/swift/issues/67841)
23+
// FIXME: test c++20 (rdar://117419434)
2324

2425
// XFAIL: OS=linux-android, OS=linux-androideabi
2526

0 commit comments

Comments
 (0)