summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/scudo/sizes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/scudo/sizes.cpp')
-rw-r--r--compiler-rt/test/scudo/sizes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/scudo/sizes.cpp b/compiler-rt/test/scudo/sizes.cpp
index 8f147b70875..73fc71f25c5 100644
--- a/compiler-rt/test/scudo/sizes.cpp
+++ b/compiler-rt/test/scudo/sizes.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_scudo %s -lstdc++ -o %t
+// RUN: %clangxx_scudo %s -lstdc++ -o %t
// RUN: %env_scudo_opts=allocator_may_return_null=0 not %run %t malloc 2>&1 | FileCheck %s
// RUN: %env_scudo_opts=allocator_may_return_null=1 %run %t malloc 2>&1
// RUN: %env_scudo_opts=allocator_may_return_null=0 not %run %t calloc 2>&1 | FileCheck %s
OpenPOWER on IntegriCloud