Skip to content

Commit 7741a4d

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -enable-experimental-cxx-interop -I %S/Inputs %s -emit-ir | %FileCheck %s
1+
// RUN: %target-swift-frontend -cxx-interoperability-mode=default -I %S/Inputs %s -emit-ir | %FileCheck %s
22

33
import CustomDestructor
44

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)