[cfe-commits] r60282 - /cfe/trunk/test/Analysis/array-struct.c
Zhongxing Xu
xuzhongxing at gmail.com
Sat Nov 29 21:59:27 PST 2008
Author: zhongxingxu
Date: Sat Nov 29 23:59:27 2008
New Revision: 60282
URL: http://llvm.org/viewvc/llvm-project?rev=60282&view=rev
Log:
remove a test case that causes compiler warning.
Modified:
cfe/trunk/test/Analysis/array-struct.c
Modified: cfe/trunk/test/Analysis/array-struct.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/array-struct.c?rev=60282&r1=60281&r2=60282&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/array-struct.c (original)
+++ cfe/trunk/test/Analysis/array-struct.c Sat Nov 29 23:59:27 2008
@@ -82,6 +82,5 @@
// Initializing array with string literal.
void f10() {
char a1[4] = "abc";
- char a2[2] = "abc";
char a3[6] = "abc";
}
More information about the cfe-commits
mailing list