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 4dcb49d commit c93c8e4Copy full SHA for c93c8e4
test/Runtime/backtrace.swift
@@ -1,6 +1,6 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %target-build-swift %s -o %t/a.out
3
-// RUN: not --crash %t/a.out 2>&1 | %{python} %utils/backtrace-check
+// RUN: not --crash %target-run %t/a.out 2>&1 | %{python} %utils/backtrace-check
4
5
// This is not supported on watchos, ios, or tvos
6
// UNSUPPORTED: OS=watchos
0 commit comments