summaryrefslogtreecommitdiff
path: root/test/Analysis/MismatchedDeallocator-checker-test.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/MismatchedDeallocator-checker-test.mm')
-rw-r--r--test/Analysis/MismatchedDeallocator-checker-test.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/MismatchedDeallocator-checker-test.mm b/test/Analysis/MismatchedDeallocator-checker-test.mm
index 3cc3e18c7c7c..b80f7df233dd 100644
--- a/test/Analysis/MismatchedDeallocator-checker-test.mm
+++ b/test/Analysis/MismatchedDeallocator-checker-test.mm
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.MismatchedDeallocator -fblocks -verify %s
+// RUN: %clang_analyze_cc1 -analyzer-checker=core,unix.MismatchedDeallocator -fblocks -verify %s
#include "Inputs/system-header-simulator-objc.h"
#include "Inputs/system-header-simulator-cxx.h"