diff options
Diffstat (limited to 'clang/unittests/Format/FormatTestProto.cpp')
-rw-r--r-- | clang/unittests/Format/FormatTestProto.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/unittests/Format/FormatTestProto.cpp b/clang/unittests/Format/FormatTestProto.cpp index fd4870c27f2..d5683b5b844 100644 --- a/clang/unittests/Format/FormatTestProto.cpp +++ b/clang/unittests/Format/FormatTestProto.cpp @@ -393,12 +393,6 @@ TEST_F(FormatTestProto, FormatsOptions) { "};"); } -TEST_F(FormatTestProto, DoesntWrapPackageStatements) { - verifyFormat( - "package" - " some.really.long.package.that.exceeds.the.column.limit00000000;"); -} - TEST_F(FormatTestProto, FormatsService) { verifyFormat("service SearchService {\n" " rpc Search(SearchRequest) returns (SearchResponse) {\n" |