Skip to content

Commit c656426

Browse files
committed
[cxx-interop] Switch to the non-experimental flag
1 parent 71a77cd commit c656426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Interop/Cxx/value-witness-table/custom-destructors-virtual.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// 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 -O)
1+
// RUN: %target-run-simple-swift(-I %S/Inputs -cxx-interoperability-mode=default)
2+
// RUN: %target-run-simple-swift(-I %S/Inputs -cxx-interoperability-mode=default -O)
33
//
44
// REQUIRES: executable_test
55

0 commit comments

Comments
 (0)