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 eb33855..42488f5 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}}