From: Daniel Dunbar Date: Sat, 16 May 2009 19:30:01 +0000 (+0000) Subject: Update test case; I'm confused why this wasn't failing on the buildbot X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ae0639ac2a34a8fea50b03fca900e3ace477375;p=clang Update test case; I'm confused why this wasn't failing on the buildbot though? git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71955 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FixIt/fixit-at.c b/test/FixIt/fixit-at.c index eb33855365..42488f56bc 100644 --- a/test/FixIt/fixit-at.c +++ b/test/FixIt/fixit-at.c @@ -2,4 +2,4 @@ _Complex cd; -int i0 = { 17 }; // expected-warning{{braces}} +int i0[1] = { { 17 } }; // expected-warning{{braces}}