r206268 - x

Daniel Jasper djasper at google.com
Tue Apr 15 03:05:41 PDT 2014


This was obviously part of r206269, never intended to be submitted
separately...


On Tue, Apr 15, 2014 at 11:54 AM, Daniel Jasper <djasper at google.com> 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
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140415/e2f03d3a/attachment.html>


More information about the cfe-commits mailing list