summaryrefslogtreecommitdiff
path: root/test/Analysis/analyzeOneFunction.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/analyzeOneFunction.m')
-rw-r--r--test/Analysis/analyzeOneFunction.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/analyzeOneFunction.m b/test/Analysis/analyzeOneFunction.m
index e70b2d7d5fbc..a77abe1246b8 100644
--- a/test/Analysis/analyzeOneFunction.m
+++ b/test/Analysis/analyzeOneFunction.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyze-function="-[Test1 myMethodWithY:withX:]" -analyzer-checker=core,osx.cocoa.RetainCount -analyzer-store=region -verify %s
+// RUN: %clang_analyze_cc1 -analyze-function="-[Test1 myMethodWithY:withX:]" -analyzer-checker=core,osx.cocoa.RetainCount -analyzer-store=region -verify %s
typedef signed char BOOL;
typedef unsigned int NSUInteger;