commit | 8ae0639ac2a34a8fea50b03fca900e3ace477375 | [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 | be2549a09338c3e9eba129f5e1ce2de8356b5ace | |
parent | 15853a1403d0e938296584ad1cc348a4a08df2cd [diff] [blame] |
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}}