File tree 3 files changed +20
-4
lines changed
3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ message ConformanceRequest {
86
86
87
87
// The full name for the test message to use; for the moment, either:
88
88
// protobuf_test_messages.proto3.TestAllTypesProto3 or
89
- // protobuf_test_messages.google.protobuf .TestAllTypesProto2 or
90
- // protobuf_test_messages.editions.google.protobuf .TestAllTypesProto2 or
89
+ // protobuf_test_messages.proto2 .TestAllTypesProto2 or
90
+ // protobuf_test_messages.editions.proto2 .TestAllTypesProto2 or
91
91
// protobuf_test_messages.editions.proto3.TestAllTypesProto3 or
92
92
// protobuf_test_messages.editions.TestAllTypesEdition2023.
93
93
string message_type = 4 ;
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ message ConformanceRequest {
86
86
87
87
// The full name for the test message to use; for the moment, either:
88
88
// protobuf_test_messages.proto3.TestAllTypesProto3 or
89
- // protobuf_test_messages.google.protobuf .TestAllTypesProto2 or
90
- // protobuf_test_messages.editions.google.protobuf .TestAllTypesProto2 or
89
+ // protobuf_test_messages.proto2 .TestAllTypesProto2 or
90
+ // protobuf_test_messages.editions.proto2 .TestAllTypesProto2 or
91
91
// protobuf_test_messages.editions.proto3.TestAllTypesProto3 or
92
92
// protobuf_test_messages.editions.TestAllTypesEdition2023.
93
93
string message_type = 4 ;
Original file line number Diff line number Diff line change
1
+ // Protocol Buffers - Google's data interchange format
2
+ // Copyright 2008 Google Inc. All rights reserved.
3
+ //
4
+ // Use of this source code is governed by a BSD-style
5
+ // license that can be found in the LICENSE file or at
6
+ // https://developers.google.com/open-source/licenses/bsd
7
+
8
+ edition = "2023";
9
+
10
+ package protobuf_unittest ;
11
+
12
+ import "google/protobuf/cpp_features.proto" ;
13
+
14
+ message EntryProto {
15
+ bytes value = 3 [features .(pb.cpp ).string_type = CORD ];
16
+ }
You can’t perform that action at this time.
0 commit comments