Skip to content

Commit 7580d6a

Browse files
authored
Merge pull request #10647 from cheshire/forgotten_target_run
2 parents 917d359 + cdf7157 commit 7580d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sanitizers/tsan-ignores-arc-locks.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %target-build-swift -target %sanitizers-target-triple -sanitize=thread %s -o %t_binary
2-
// RUN: %env-TSAN_OPTIONS=ignore_interceptors_accesses=1:halt_on_error=1 %t_binary
2+
// RUN: %env-TSAN_OPTIONS=ignore_interceptors_accesses=1:halt_on_error=1 %target-run %t_binary
33
// REQUIRES: executable_test
44
// REQUIRES: tsan_runtime
55
// REQUIRES: objc_interop

0 commit comments

Comments
 (0)