summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/MismatchedDeallocator-checker-test.mm
diff options
context:
space:
mode:
authorDominic Chen <d.c.ddcc@gmail.com>2017-02-27 03:29:25 +0000
committerDominic Chen <d.c.ddcc@gmail.com>2017-02-27 03:29:25 +0000
commit8589e10c30c196a4067b06a354931c933a46614b (patch)
tree009ae61dc32fdb0b3117273b6fe720f17f536617 /clang/test/Analysis/MismatchedDeallocator-checker-test.mm
parent0c001d9407d8bfb579c4ac60a41c0f06fddacaa1 (diff)
downloadbcm5719-llvm-8589e10c30c196a4067b06a354931c933a46614b.tar.gz
bcm5719-llvm-8589e10c30c196a4067b06a354931c933a46614b.zip
Revert "[analyzer] NFC: Update test infrastructure to support multiple constraint managers"
This reverts commit 8e7780b9e59ddaad1800baf533058d2c064d4787. llvm-svn: 296317
Diffstat (limited to 'clang/test/Analysis/MismatchedDeallocator-checker-test.mm')
-rw-r--r--clang/test/Analysis/MismatchedDeallocator-checker-test.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/MismatchedDeallocator-checker-test.mm b/clang/test/Analysis/MismatchedDeallocator-checker-test.mm
index b80f7df233d..3cc3e18c7c7 100644
--- a/clang/test/Analysis/MismatchedDeallocator-checker-test.mm
+++ b/clang/test/Analysis/MismatchedDeallocator-checker-test.mm
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 -analyzer-checker=core,unix.MismatchedDeallocator -fblocks -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.MismatchedDeallocator -fblocks -verify %s
#include "Inputs/system-header-simulator-objc.h"
#include "Inputs/system-header-simulator-cxx.h"
OpenPOWER on IntegriCloud