aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/objc-properties.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/objc-properties.m')
-rw-r--r--test/Analysis/objc-properties.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/objc-properties.m b/test/Analysis/objc-properties.m
index f6ed3e5ef043..88a19a13c514 100644
--- a/test/Analysis/objc-properties.m
+++ b/test/Analysis/objc-properties.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=alpha.osx.cocoa.DirectIvarAssignment -verify -fblocks %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=alpha.osx.cocoa.DirectIvarAssignment -verify -fblocks %s
typedef signed char BOOL;
@protocol NSObject - (BOOL)isEqual:(id)object; @end