summaryrefslogtreecommitdiffstats
path: root/test/Analysis/pr4209.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/pr4209.m')
-rw-r--r--test/Analysis/pr4209.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/pr4209.m b/test/Analysis/pr4209.m
index 3a32649ee7..da288e943b 100644
--- a/test/Analysis/pr4209.m
+++ b/test/Analysis/pr4209.m
@@ -1,5 +1,5 @@
-// RUN: clang -cc1 -triple i386-apple-darwin9 -analyze -analyzer-experimental-internal-checks -checker-cfref -analyzer-store=basic -verify %s
-// RUN: clang -cc1 -triple i386-apple-darwin9 -analyze -analyzer-experimental-internal-checks -checker-cfref -analyzer-store=region -verify %s
+// RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-experimental-internal-checks -checker-cfref -analyzer-store=basic -verify %s
+// RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-experimental-internal-checks -checker-cfref -analyzer-store=region -verify %s
// This test case was crashing due to how CFRefCount.cpp resolved the
// ObjCInterfaceDecl* and ClassName in EvalObjCMessageExpr.