summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/DeallocUseAfterFreeErrors.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/DeallocUseAfterFreeErrors.m')
-rw-r--r--clang/test/Analysis/DeallocUseAfterFreeErrors.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/DeallocUseAfterFreeErrors.m b/clang/test/Analysis/DeallocUseAfterFreeErrors.m
index c131e71f44a..2e1bdc41bb6 100644
--- a/clang/test/Analysis/DeallocUseAfterFreeErrors.m
+++ b/clang/test/Analysis/DeallocUseAfterFreeErrors.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.SuperDealloc,debug.ExprInspection -analyzer-output=text -verify %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core,osx.cocoa.SuperDealloc,debug.ExprInspection -analyzer-output=text -verify %s
void clang_analyzer_warnIfReached();
OpenPOWER on IntegriCloud