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 1ff2fc8fe8a35..e70b2d7d5fbc7 100644
--- a/test/Analysis/analyzeOneFunction.m
+++ b/test/Analysis/analyzeOneFunction.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyze-function="myMethodWithY:withX:" -analyzer-checker=core,osx.cocoa.RetainCount -analyzer-store=region -verify %s
+// RUN: %clang_cc1 -analyze -analyze-function="-[Test1 myMethodWithY:withX:]" -analyzer-checker=core,osx.cocoa.RetainCount -analyzer-store=region -verify %s
typedef signed char BOOL;
typedef unsigned int NSUInteger;