aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/string-fail.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/string-fail.c')
-rw-r--r--test/Analysis/string-fail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/string-fail.c b/test/Analysis/string-fail.c
index ac5c6d057235..ff95ea9ee28f 100644
--- a/test/Analysis/string-fail.c
+++ b/test/Analysis/string-fail.c
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.cstring,debug.ExprInspection -analyzer-store=region -verify %s
-// RUN: %clang_cc1 -analyze -DUSE_BUILTINS -analyzer-checker=core,unix.cstring,debug.ExprInspection -analyzer-store=region -verify %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core,unix.cstring,debug.ExprInspection -analyzer-store=region -verify %s
+// RUN: %clang_analyze_cc1 -DUSE_BUILTINS -analyzer-checker=core,unix.cstring,debug.ExprInspection -analyzer-store=region -verify %s
// XFAIL: *
// This file is for tests that may eventually go into string.c, or may be