summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/Windows/crt_initializers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/asan/TestCases/Windows/crt_initializers.cc')
-rw-r--r--compiler-rt/test/asan/TestCases/Windows/crt_initializers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Windows/crt_initializers.cc b/compiler-rt/test/asan/TestCases/Windows/crt_initializers.cc
index 55449127d85..084f8a45e18 100644
--- a/compiler-rt/test/asan/TestCases/Windows/crt_initializers.cc
+++ b/compiler-rt/test/asan/TestCases/Windows/crt_initializers.cc
@@ -1,4 +1,4 @@
-// RUN: %clangxx_asan -O0 %s -Fe%t
+// RUN: %clang_cl_asan -O0 %s -Fe%t
// RUN: %run %t | FileCheck %s
// This is a test for http://code.google.com/p/address-sanitizer/issues/detail?id=305
OpenPOWER on IntegriCloud