From 09e7c8894035f79f6287d0407c7b257fe3d5d294 Mon Sep 17 00:00:00 2001 From: Jordy Rose Date: Wed, 16 May 2012 16:01:14 +0000 Subject: [analyzer] Fix RUN lines for old XFAIL tests, one of which actually works. llvm-svn: 156921 --- clang/test/Analysis/outofbound-notwork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Analysis/outofbound-notwork.c') 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 -- cgit v1.2.3