summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Windows/double_operator_delete.cc
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2014-05-28 08:38:13 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2014-05-28 08:38:13 +0000
commit402bcb5f8c44f731b59c0a77ed02e58c124211fb (patch)
tree66579628e21148a7ce7ea5bab04c209a82a6b888 /test/asan/TestCases/Windows/double_operator_delete.cc
parentd8501e3e1c2f3a9aa546d0d0338ea6a1d17c4d7d (diff)
[ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl.
Reviewed at http://reviews.llvm.org/D3893 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@209719 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/Windows/double_operator_delete.cc')
-rw-r--r--test/asan/TestCases/Windows/double_operator_delete.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/Windows/double_operator_delete.cc b/test/asan/TestCases/Windows/double_operator_delete.cc
index 1cd7080d8..55a6d0921 100644
--- a/test/asan/TestCases/Windows/double_operator_delete.cc
+++ b/test/asan/TestCases/Windows/double_operator_delete.cc
@@ -1,4 +1,4 @@
-// RUN: %clangxx_asan -O0 %s -Fe%t
+// RUN: %clang_cl_asan -O0 %s -Fe%t
// RUN: not %run %t 2>&1 | FileCheck %s
#include <malloc.h>