diff options
Diffstat (limited to 'test/Analysis/rdar-7168531.m')
-rw-r--r-- | test/Analysis/rdar-7168531.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Analysis/rdar-7168531.m b/test/Analysis/rdar-7168531.m index b2b66b2792963..151625569ca73 100644 --- a/test/Analysis/rdar-7168531.m +++ b/test/Analysis/rdar-7168531.m @@ -1,5 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -triple i386-apple-darwin10 -analyzer-store=region %s -// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -triple i386-apple-darwin10 -analyzer-store=basic %s +// RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.core -triple i386-apple-darwin10 -fobjc-fragile-abi -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. |