We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 226c7c8 + 69b511b commit f650682Copy full SHA for f650682
test/Interop/Cxx/stdlib/overlay/std-string-overlay.swift
@@ -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
+// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-cxx-interop -Xfrontend -validate-tbd-against-ir=none)
6
//
7
// REQUIRES: executable_test
8
// REQUIRES: OS=macosx || OS=linux-gnu
0 commit comments