]> granicus.if.org Git - clang/commitdiff
Update test case; I'm confused why this wasn't failing on the buildbot
authorDaniel Dunbar <daniel@zuster.org>
Sat, 16 May 2009 19:30:01 +0000 (19:30 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 16 May 2009 19:30:01 +0000 (19:30 +0000)
though?

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71955 91177308-0d34-0410-b5e6-96231b3b80d8

test/FixIt/fixit-at.c

index eb338553652a78468a84b1fa94556f7914b4fb45..42488f56bc7bb201553e2f6ebcd8de080dceec42 100644 (file)
@@ -2,4 +2,4 @@
 
 _Complex cd;
 
-int i0 = { 17 }; // expected-warning{{braces}}
+int i0[1] = { { 17 } }; // expected-warning{{braces}}