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.
1 parent 63f8c8c commit 0ae6d05Copy full SHA for 0ae6d05
test/Interop/Cxx/stdlib/overlay/std-string-overlay.swift
@@ -1,4 +1,8 @@
1
-// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-cxx-interop -Xfrontend -validate-tbd-against-ir=none)
+// 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
6
//
7
// REQUIRES: executable_test
8
// REQUIRES: OS=macosx || OS=linux-gnu
0 commit comments