summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/scudo/sized-delete.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/scudo/sized-delete.cpp')
-rw-r--r--compiler-rt/test/scudo/sized-delete.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/scudo/sized-delete.cpp b/compiler-rt/test/scudo/sized-delete.cpp
index 9c3a2c59607..85df05e2f80 100644
--- a/compiler-rt/test/scudo/sized-delete.cpp
+++ b/compiler-rt/test/scudo/sized-delete.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_scudo -fsized-deallocation %s -o %t
+// RUN: %clangxx_scudo -fsized-deallocation %s -o %t
// RUN: %env_scudo_opts=DeleteSizeMismatch=1 %run %t gooddel 2>&1
// RUN: %env_scudo_opts=DeleteSizeMismatch=1 not %run %t baddel 2>&1 | FileCheck %s
// RUN: %env_scudo_opts=DeleteSizeMismatch=0 %run %t baddel 2>&1
OpenPOWER on IntegriCloud