diff options
Diffstat (limited to 'clang/test/Analysis/pr4209.m')
-rw-r--r-- | clang/test/Analysis/pr4209.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/pr4209.m b/clang/test/Analysis/pr4209.m index 29abe94441d..8b0eacad969 100644 --- a/clang/test/Analysis/pr4209.m +++ b/clang/test/Analysis/pr4209.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -Wno-incomplete-implementation -verify %s +// RUN: %clang_analyze_cc1 -triple i386-apple-darwin9 -analyzer-checker=core,alpha.core -analyzer-store=region -Wno-incomplete-implementation -verify %s // This test case was crashing due to how CFRefCount.cpp resolved the // ObjCInterfaceDecl* and ClassName in EvalObjCMessageExpr. |