summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTestProto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/unittests/Format/FormatTestProto.cpp')
-rw-r--r--clang/unittests/Format/FormatTestProto.cpp6
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"
OpenPOWER on IntegriCloud