aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/PR2978.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/PR2978.m')
-rw-r--r--test/Analysis/PR2978.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/PR2978.m b/test/Analysis/PR2978.m
index b609da5aac24..8b7effc66a1e 100644
--- a/test/Analysis/PR2978.m
+++ b/test/Analysis/PR2978.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core,osx.cocoa.Dealloc %s -verify
+// RUN: %clang_analyze_cc1 -analyzer-checker=core,alpha.core,osx.cocoa.Dealloc %s -verify
// Tests for the checker which checks missing/extra ivar 'release' calls
// in dealloc.