diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-11-30 05:59:27 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-11-30 05:59:27 +0000 |
commit | 34a83474c89ba23481a8cfcde33693ae17487b8f (patch) | |
tree | 0258f1217ac3a2eb71bbdd04399ef37efa2730f6 /test/Analysis/array-struct.c | |
parent | 27cae9e327eac1352e5159cba7feb72080ce1232 (diff) |
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
Diffstat (limited to 'test/Analysis/array-struct.c')
-rw-r--r-- | test/Analysis/array-struct.c | 1 |
1 files changed, 0 insertions, 1 deletions
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"; } |