summaryrefslogtreecommitdiff
path: root/test/scudo/interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/scudo/interface.cpp')
-rw-r--r--test/scudo/interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scudo/interface.cpp b/test/scudo/interface.cpp
index e9575adf3..16523bfe3 100644
--- a/test/scudo/interface.cpp
+++ b/test/scudo/interface.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_scudo %s -lstdc++ -o %t
+// RUN: %clangxx_scudo %s -lstdc++ -o %t
// RUN: %run %t ownership 2>&1
// RUN: %run %t ownership-and-size 2>&1
// RUN: %run %t heap-size 2>&1