aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/pr4209.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/pr4209.m')
-rw-r--r--test/Analysis/pr4209.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/pr4209.m b/test/Analysis/pr4209.m
index 29abe94441da..8b0eacad9694 100644
--- a/test/Analysis/pr4209.m
+++ b/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.