Skip to content

Commit 1f80e50

Browse files
authored
Merge pull request #80539 from swiftlang/egorzhdan/test-switch-flag
[cxx-interop] Switch to non-experimental flag in tests
2 parents 3f4519e + 124256d commit 1f80e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/lit.local.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if get_target_os() in ['linux-gnu']:
5050

5151
# Enable C++ interop when compiling Swift sources.
5252
config.substitutions.insert(0, ('%target-interop-build-swift',
53-
'%target-build-swift -Xfrontend -enable-experimental-cxx-interop '))
53+
'%target-build-swift -cxx-interoperability-mode=default '))
5454

5555
# Build C files disallowing implicit functions and with matching link settings, if required by the target.
5656
config.substitutions.insert(0, ('%target-interop-build-clang', '%target-clang -x c -Werror=implicit-function-declaration ' + clang_opt))

0 commit comments

Comments
 (0)