Skip to content

Commit f650682

Browse files
authored
Merge pull request #62437 from apple/egorzhdan/revert-interpreter-crash-workaround
Revert "[cxx-interop] Workaround interpreter crash"
2 parents 226c7c8 + 69b511b commit f650682

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)