Skip to content

Commit c93c8e4

Browse files
committed
[Test] Fix backtrace.swift to use %target-run.
rdar://problem/50863395
1 parent 4dcb49d commit c93c8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Runtime/backtrace.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift %s -o %t/a.out
3-
// RUN: not --crash %t/a.out 2>&1 | %{python} %utils/backtrace-check
3+
// RUN: not --crash %target-run %t/a.out 2>&1 | %{python} %utils/backtrace-check
44

55
// This is not supported on watchos, ios, or tvos
66
// UNSUPPORTED: OS=watchos

0 commit comments

Comments
 (0)