Skip to content

Commit 69b511b

Browse files
committed
Revert "[cxx-interop] Workaround interpreter crash"
This reverts commit 5d86f3e.
1 parent 4410959 commit 69b511b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/Interop/Cxx/stdlib/overlay/std-string-overlay.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// FIXME: Cannot use target-run-simple-swift as it causes a runtime crash (https://github.com/apple/swift/issues/52881)
2-
// RUN: %empty-directory(%t)
3-
// RUN: %target-build-swift %s -I %S/Inputs -o %t/std-string-overlay -Xfrontend -enable-experimental-cxx-interop -Xfrontend -validate-tbd-against-ir=none
4-
// RUN: %target-codesign %t/std-string-overlay
5-
// RUN: %target-run %t/std-string-overlay
1+
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-cxx-interop -Xfrontend -validate-tbd-against-ir=none)
62
//
73
// REQUIRES: executable_test
84
// REQUIRES: OS=macosx || OS=linux-gnu

0 commit comments

Comments
 (0)