summaryrefslogtreecommitdiff
path: root/test/scudo/sizes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/scudo/sizes.cpp')
-rw-r--r--test/scudo/sizes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scudo/sizes.cpp b/test/scudo/sizes.cpp
index 8f147b708..73fc71f25 100644
--- a/test/scudo/sizes.cpp
+++ b/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