summaryrefslogtreecommitdiff
path: root/test/tsan/Darwin/libcxx-shared-ptr-recursive.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/Darwin/libcxx-shared-ptr-recursive.mm')
-rw-r--r--test/tsan/Darwin/libcxx-shared-ptr-recursive.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/Darwin/libcxx-shared-ptr-recursive.mm b/test/tsan/Darwin/libcxx-shared-ptr-recursive.mm
index fc5482ac3..eea02dc56 100644
--- a/test/tsan/Darwin/libcxx-shared-ptr-recursive.mm
+++ b/test/tsan/Darwin/libcxx-shared-ptr-recursive.mm
@@ -1,4 +1,4 @@
-// RUN: %clang_tsan %s -o %t -framework Foundation
+// RUN: %clangxx_tsan %s -o %t -framework Foundation
// RUN: %env_tsan_opts=ignore_interceptors_accesses=1 %run %t 2>&1 | FileCheck %s
#import <Foundation/Foundation.h>