Skip to content

Commit 5c8c836

Browse files
committed
Update proto files from upstream.
Using commit 237332ef92daf83a53e76decd6ac43c3fcee782b.
1 parent c257143 commit 5c8c836

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

Protos/Conformance/conformance/conformance.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ message ConformanceRequest {
8686

8787
// The full name for the test message to use; for the moment, either:
8888
// 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
9191
// protobuf_test_messages.editions.proto3.TestAllTypesProto3 or
9292
// protobuf_test_messages.editions.TestAllTypesEdition2023.
9393
string message_type = 4;

Protos/upstream/conformance/conformance.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ message ConformanceRequest {
8686

8787
// The full name for the test message to use; for the moment, either:
8888
// 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
9191
// protobuf_test_messages.editions.proto3.TestAllTypesProto3 or
9292
// protobuf_test_messages.editions.TestAllTypesEdition2023.
9393
string message_type = 4;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
}

0 commit comments

Comments
 (0)