From: Zhongxing Xu Date: Mon, 24 Nov 2008 23:45:56 +0000 (+0000) Subject: Add no-warning to test case. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33d7cbfc0aa25dcc5d4470f39b374a1b9473a190;p=clang 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 914d6e2e7b..3b6bc82315 100644 --- a/test/Analysis/array-struct.c +++ b/test/Analysis/array-struct.c @@ -62,7 +62,7 @@ void f7() { void f8() { int a[10]; - a[sizeof(a)/sizeof(int) - 1] = 1; + a[sizeof(a)/sizeof(int) - 1] = 1; // no-warning } void f9() {