From: Zhongxing Xu Date: Sun, 30 Nov 2008 05:59:27 +0000 (+0000) Subject: remove a test case that causes compiler warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34a83474c89ba23481a8cfcde33693ae17487b8f;p=clang remove a test case that causes compiler warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60282 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/array-struct.c b/test/Analysis/array-struct.c index 139ee3ee25..95baba9b65 100644 --- a/test/Analysis/array-struct.c +++ b/test/Analysis/array-struct.c @@ -82,6 +82,5 @@ void f9() { // Initializing array with string literal. void f10() { char a1[4] = "abc"; - char a2[2] = "abc"; char a3[6] = "abc"; }