diff options
Diffstat (limited to 'test/Analysis/rdar-7168531.m')
-rw-r--r-- | test/Analysis/rdar-7168531.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/rdar-7168531.m b/test/Analysis/rdar-7168531.m index b128d32bfdea..b2b1511dd2ab 100644 --- a/test/Analysis/rdar-7168531.m +++ b/test/Analysis/rdar-7168531.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -triple i386-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -analyzer-store=region %s +// RUN: %clang_analyze_cc1 -analyzer-checker=core,alpha.core -triple i386-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -analyzer-store=region %s // Note that the target triple is important for this test case. It specifies that we use the // fragile Objective-C ABI. |