diff options
Diffstat (limited to 'compiler-rt/test/scudo/double-free.cpp')
-rw-r--r-- | compiler-rt/test/scudo/double-free.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/scudo/double-free.cpp b/compiler-rt/test/scudo/double-free.cpp index ddc520505ed..56118038cf1 100644 --- a/compiler-rt/test/scudo/double-free.cpp +++ b/compiler-rt/test/scudo/double-free.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_scudo %s -o %t +// RUN: %clangxx_scudo %s -o %t // RUN: not %run %t malloc 2>&1 | FileCheck %s // RUN: not %run %t new 2>&1 | FileCheck %s // RUN: not %run %t newarray 2>&1 | FileCheck %s |