summaryrefslogtreecommitdiffstats
path: root/test/Lexer/has_feature_address_sanitizer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Lexer/has_feature_address_sanitizer.cpp')
-rw-r--r--test/Lexer/has_feature_address_sanitizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Lexer/has_feature_address_sanitizer.cpp b/test/Lexer/has_feature_address_sanitizer.cpp
index 69acc39..5c98116 100644
--- a/test/Lexer/has_feature_address_sanitizer.cpp
+++ b/test/Lexer/has_feature_address_sanitizer.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -E -faddress-sanitizer %s -o - | FileCheck --check-prefix=CHECK-ASAN %s
+// RUN: %clang_cc1 -E -fsanitize=address %s -o - | FileCheck --check-prefix=CHECK-ASAN %s
// RUN: %clang_cc1 -E %s -o - | FileCheck --check-prefix=CHECK-NO-ASAN %s
#if __has_feature(address_sanitizer)
OpenPOWER on IntegriCloud