aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/misc-ps-region-store-i386.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/misc-ps-region-store-i386.m')
-rw-r--r--test/Analysis/misc-ps-region-store-i386.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/misc-ps-region-store-i386.m b/test/Analysis/misc-ps-region-store-i386.m
index 2988dca4abd9..3106a24c5c7f 100644
--- a/test/Analysis/misc-ps-region-store-i386.m
+++ b/test/Analysis/misc-ps-region-store-i386.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,core.experimental -analyzer-store=region -verify -fblocks %s
+// RUN: %clang_cc1 -triple i386-apple-darwin9 -analyze -analyzer-checker=core,experimental.core -analyzer-store=region -verify -fblocks %s
// Here is a case where a pointer is treated as integer, invalidated as an
// integer, and then used again as a pointer. This test just makes sure