diff options
Diffstat (limited to 'compiler-rt/test/asan/TestCases/Windows/aligned_mallocs.cc')
-rw-r--r-- | compiler-rt/test/asan/TestCases/Windows/aligned_mallocs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Windows/aligned_mallocs.cc b/compiler-rt/test/asan/TestCases/Windows/aligned_mallocs.cc index bbbc423c7ba..df740b64e51 100644 --- a/compiler-rt/test/asan/TestCases/Windows/aligned_mallocs.cc +++ b/compiler-rt/test/asan/TestCases/Windows/aligned_mallocs.cc @@ -1,4 +1,4 @@ -// RUN: %clangxx_asan -O0 %s -Fe%t +// RUN: %clang_cl_asan -O0 %s -Fe%t // RUN: %run %t #include <windows.h> |