Update test case; I'm confused why this wasn't failing on the buildbot
though?

llvm-svn: 71955
diff --git a/clang/test/FixIt/fixit-at.c b/clang/test/FixIt/fixit-at.c
index eb33855..42488f5 100644
--- a/clang/test/FixIt/fixit-at.c
+++ b/clang/test/FixIt/fixit-at.c
@@ -2,4 +2,4 @@
 
 _Complex cd;
 
-int i0 = { 17 }; // expected-warning{{braces}}
+int i0[1] = { { 17 } }; // expected-warning{{braces}}