summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/properties.mm
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/properties.mm')
-rw-r--r--clang/test/Analysis/properties.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Analysis/properties.mm b/clang/test/Analysis/properties.mm
index e49d034f265..2d93d6dc638 100644
--- a/clang/test/Analysis/properties.mm
+++ b/clang/test/Analysis/properties.mm
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,debug.ExprInspection -analyzer-store=region -verify -Wno-objc-root-class %s
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,debug.ExprInspection -analyzer-store=region -verify -Wno-objc-root-class -fobjc-arc %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core,osx.cocoa.RetainCount,debug.ExprInspection -analyzer-store=region -verify -Wno-objc-root-class %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core,osx.cocoa.RetainCount,debug.ExprInspection -analyzer-store=region -verify -Wno-objc-root-class -fobjc-arc %s
void clang_analyzer_eval(bool);
void clang_analyzer_checkInlined(bool);
OpenPOWER on IntegriCloud