commit | f39ea8535b44d65afbf73f64c488b97e63c072d3 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Sat May 16 19:30:01 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Sat May 16 19:30:01 2009 +0000 |
tree | d0c23af0d02b2c92ca72f075bf27c1a38386c274 | |
parent | 45be55d181d0a1284a921b0586ccd2dea8299385 [diff] [blame] |
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}}