From e3a46b08f879771b9445c2a3cb717bf843f48f07 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Tue, 13 Jan 2009 01:06:56 +0000 Subject: [PATCH] This test now passes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62132 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/outofbound.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Analysis/outofbound.c b/test/Analysis/outofbound.c index 18ffbbe6d6..6e6e8f033b 100644 --- a/test/Analysis/outofbound.c +++ b/test/Analysis/outofbound.c @@ -1,4 +1,3 @@ -// XFAIL // RUN: clang -checker-simple -analyzer-store-region -verify %s char f1() { -- 2.40.0