summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/misc-ps-region-store.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-08-03 23:14:55 +0000
committerTed Kremenek <kremenek@apple.com>2011-08-03 23:14:55 +0000
commit3f955e6d89c3c20dfe609cb20ee730132909cba4 (patch)
tree354102a1cb9d0d69868493f0906c0681bc8bce52 /clang/test/Analysis/misc-ps-region-store.cpp
parentaab841cf63c6a00d613f4d5836181f645c6ea626 (diff)
downloadbcm5719-llvm-3f955e6d89c3c20dfe609cb20ee730132909cba4.tar.gz
bcm5719-llvm-3f955e6d89c3c20dfe609cb20ee730132909cba4.zip
[analyzer] rename all experimental checker packages to have 'experimental' be the common root package.
llvm-svn: 136835
Diffstat (limited to 'clang/test/Analysis/misc-ps-region-store.cpp')
-rw-r--r--clang/test/Analysis/misc-ps-region-store.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Analysis/misc-ps-region-store.cpp b/clang/test/Analysis/misc-ps-region-store.cpp
index 79593595962..f27b910e1ad 100644
--- a/clang/test/Analysis/misc-ps-region-store.cpp
+++ b/clang/test/Analysis/misc-ps-region-store.cpp
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,core.experimental -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks %s
-// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,core.experimental -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks %s
+// RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,experimental.core -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,experimental.core -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks %s
// Test basic handling of references.
char &test1_aux();
OpenPOWER on IntegriCloud