summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/ObjCProperties.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/ObjCProperties.m')
-rw-r--r--clang/test/Analysis/ObjCProperties.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Analysis/ObjCProperties.m b/clang/test/Analysis/ObjCProperties.m
index f680bc4bb51..d88e0571e4c 100644
--- a/clang/test/Analysis/ObjCProperties.m
+++ b/clang/test/Analysis/ObjCProperties.m
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -analyzer-store=region -analyzer-constraints=basic %s -verify
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -analyzer-store=region -analyzer-constraints=range %s -verify
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.core -analyzer-store=region -analyzer-constraints=basic %s -verify
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.core -analyzer-store=region -analyzer-constraints=range %s -verify
// The point of this test cases is to exercise properties in the static
// analyzer
OpenPOWER on IntegriCloud