From: Daniel Jasper Date: Tue, 15 Apr 2014 09:54:24 +0000 (+0000) Subject: x X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f831a1c9429f5c0535b1c02f3cc7ea50bc361f6c;p=clang x git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206268 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/Format/FormatTestProto.cpp b/unittests/Format/FormatTestProto.cpp index 55bf230cf9..ceac2db5f4 100644 --- a/unittests/Format/FormatTestProto.cpp +++ b/unittests/Format/FormatTestProto.cpp @@ -85,6 +85,9 @@ TEST_F(FormatTestProto, MessageFieldAttributes) { 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) {