This was obviously part of r206269, never intended to be submitted separately...
On Tue, Apr 15, 2014 at 11:54 AM, Daniel Jasper <[email protected]> wrote: > Author: djasper > Date: Tue Apr 15 04:54:24 2014 > New Revision: 206268 > > URL: http://llvm.org/viewvc/llvm-project?rev=206268&view=rev > Log: > x > > Modified: > cfe/trunk/unittests/Format/FormatTestProto.cpp > > Modified: cfe/trunk/unittests/Format/FormatTestProto.cpp > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Format/FormatTestProto.cpp?rev=206268&r1=206267&r2=206268&view=diff > > ============================================================================== > --- cfe/trunk/unittests/Format/FormatTestProto.cpp (original) > +++ cfe/trunk/unittests/Format/FormatTestProto.cpp Tue Apr 15 04:54:24 2014 > @@ -85,6 +85,9 @@ TEST_F(FormatTestProto, MessageFieldAttr > verifyFormat("repeated double value = 1\n" > " [(aaaaaaa.aaaaaaaaa) = {aaaaaaaaaaaaaaaa : > AAAAAAAAAA,\n" > " bbbbbbbbbbbbbbbb : > BBBBBBBBBB}];"); > + verifyFormat("repeated double value = 1\n" > + " [(aaaaaaa.aaaaaaaaa) = {aaaaaaaaaaaaaaaa : > AAAAAAAAAA\n" > + " bbbbbbbbbbbbbbbb : > BBBBBBBBBB}];"); > } > > TEST_F(FormatTestProto, FormatsOptions) { > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
