summaryrefslogtreecommitdiff
path: root/test/scudo/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/scudo/options.cpp')
-rw-r--r--test/scudo/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scudo/options.cpp b/test/scudo/options.cpp
index 6464bc65b..605b63241 100644
--- a/test/scudo/options.cpp
+++ b/test/scudo/options.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_scudo %s -o %t
+// RUN: %clangxx_scudo %s -o %t
// RUN: %run %t 2>&1
// RUN: %env_scudo_opts=DeallocationTypeMismatch=0 %run %t 2>&1
// RUN: %env_scudo_opts=DeallocationTypeMismatch=1 not %run %t 2>&1 | FileCheck %s