commit | 33d7cbfc0aa25dcc5d4470f39b374a1b9473a190 | [log] [tgz] |
---|---|---|
author | Zhongxing Xu <xuzhongxing@gmail.com> | Mon Nov 24 23:45:56 2008 +0000 |
committer | Zhongxing Xu <xuzhongxing@gmail.com> | Mon Nov 24 23:45:56 2008 +0000 |
tree | 91fb8fb1604f5d13979def47049905654074da6e | |
parent | e793a6ec1617376c7c320dc0b9808dce5450d726 [diff] [blame] |
Add no-warning to test case. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59995 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Analysis/array-struct.c b/test/Analysis/array-struct.c index 914d6e2..3b6bc82 100644 --- a/test/Analysis/array-struct.c +++ b/test/Analysis/array-struct.c
@@ -62,7 +62,7 @@ void f8() { int a[10]; - a[sizeof(a)/sizeof(int) - 1] = 1; + a[sizeof(a)/sizeof(int) - 1] = 1; // no-warning } void f9() {