summaryrefslogtreecommitdiff
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 0cb3dea8ea868..8a94fe848993e 100644
--- a/test/Analysis/PR2978.m
+++ b/test/Analysis/PR2978.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -analyze -warn-objc-missing-dealloc %s -verify
+// RUN: clang-cc -analyze -analyzer-experimental-internal-checks -warn-objc-missing-dealloc %s -verify
// Tests for the checker which checks missing/extra ivar 'release' calls
// in dealloc.