aboutsummaryrefslogtreecommitdiff
path: root/test/tsan/malloc_stack.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/malloc_stack.cc')
-rw-r--r--test/tsan/malloc_stack.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/malloc_stack.cc b/test/tsan/malloc_stack.cc
index ba1d62bcd9e7..f0c6f9354a5f 100644
--- a/test/tsan/malloc_stack.cc
+++ b/test/tsan/malloc_stack.cc
@@ -1,4 +1,4 @@
-// RUN: %clang_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s
+// RUN: %clangxx_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s
#include "test.h"
_Atomic(int*) p;