summaryrefslogtreecommitdiff
path: root/test/Analysis/PR3991.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/PR3991.m')
-rw-r--r--test/Analysis/PR3991.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/PR3991.m b/test/Analysis/PR3991.m
index 68d5660287da..ffdb7b4a6e44 100644
--- a/test/Analysis/PR3991.m
+++ b/test/Analysis/PR3991.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core -analyzer-store=region -verify -triple x86_64-apple-darwin9 -Wno-incomplete-implementation %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core,alpha.core -analyzer-store=region -verify -triple x86_64-apple-darwin9 -Wno-incomplete-implementation %s
// expected-no-diagnostics
//===----------------------------------------------------------------------===//