aboutsummaryrefslogtreecommitdiff
path: root/test/tsan/ignore_malloc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/ignore_malloc.cc')
-rw-r--r--test/tsan/ignore_malloc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tsan/ignore_malloc.cc b/test/tsan/ignore_malloc.cc
index 1f633f062d0e..100b4e5dc808 100644
--- a/test/tsan/ignore_malloc.cc
+++ b/test/tsan/ignore_malloc.cc
@@ -1,4 +1,4 @@
-// RUN: %clang_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
+// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
#include "test.h"
extern "C" {