diff options
| author | Daniel Jasper <djasper@google.com> | 2014-04-15 09:54:24 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2014-04-15 09:54:24 +0000 |
| commit | 9d3adc06c656842713160eb6e654be979b65b613 (patch) | |
| tree | 486a566fc80a27800c6b471f5bd67f6ccff8ceb3 /clang | |
| parent | 785a9228b678e3a4817fb9832c6b4060fbac3f46 (diff) | |
| download | bcm5719-llvm-9d3adc06c656842713160eb6e654be979b65b613.tar.gz bcm5719-llvm-9d3adc06c656842713160eb6e654be979b65b613.zip | |
x
llvm-svn: 206268
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/unittests/Format/FormatTestProto.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/unittests/Format/FormatTestProto.cpp b/clang/unittests/Format/FormatTestProto.cpp index 55bf230cf99..ceac2db5f46 100644 --- a/clang/unittests/Format/FormatTestProto.cpp +++ b/clang/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) { |

