summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/outofbound-notwork.c
diff options
context:
space:
mode:
authorJordy Rose <jediknil@belkadan.com>2012-05-16 16:01:14 +0000
committerJordy Rose <jediknil@belkadan.com>2012-05-16 16:01:14 +0000
commit09e7c8894035f79f6287d0407c7b257fe3d5d294 (patch)
tree3f9360f6687fe8977e6b5ecdeedf92e2a7d0e851 /clang/test/Analysis/outofbound-notwork.c
parent6d5a8caac3c44587d8a7eb0f7137e4d4a6302bfe (diff)
downloadbcm5719-llvm-09e7c8894035f79f6287d0407c7b257fe3d5d294.tar.gz
bcm5719-llvm-09e7c8894035f79f6287d0407c7b257fe3d5d294.zip
[analyzer] Fix RUN lines for old XFAIL tests, one of which actually works.
llvm-svn: 156921
Diffstat (limited to 'clang/test/Analysis/outofbound-notwork.c')
-rw-r--r--clang/test/Analysis/outofbound-notwork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/outofbound-notwork.c b/clang/test/Analysis/outofbound-notwork.c
index 45e713b6880..c1fa2d7148e 100644
--- a/clang/test/Analysis/outofbound-notwork.c
+++ b/clang/test/Analysis/outofbound-notwork.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -Wno-array-bounds -analyze -analyzer-checker=core,experimental.unix,experimental.security.ArrayBound -analyzer-store=region -verify %s
+// RUN: %clang_cc1 -Wno-array-bounds -analyze -analyzer-checker=core,experimental.security.ArrayBound -analyzer-store=region -verify %s
// XFAIL: *
// Once we better handle modeling of sizes of VLAs, we can pull this back
OpenPOWER on IntegriCloud