Skip to content

Commit 0014173

Browse files
committed
update staleness
1 parent ef3f9ca commit 0014173

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

csharp/src/Google.Protobuf.Test.TestProtos/UnittestLegacyFeatures.pb.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ static UnittestLegacyFeaturesReflection() {
2525
byte[] descriptorData = global::System.Convert.FromBase64String(
2626
string.Concat(
2727
"Ci5nb29nbGUvcHJvdG9idWYvdW5pdHRlc3RfbGVnYWN5X2ZlYXR1cmVzLnBy",
28-
"b3RvEhhsZWdhY3lfZmVhdHVyZXNfdW5pdHRlc3QigwEKE1Rlc3RFZGl0aW9u",
28+
"b3RvEhhsZWdhY3lfZmVhdHVyZXNfdW5pdHRlc3QijAEKE1Rlc3RFZGl0aW9u",
2929
"c01lc3NhZ2USHQoOcmVxdWlyZWRfZmllbGQYASABKAVCBaoBAggDEk0KD2Rl",
3030
"bGltaXRlZF9maWVsZBgCIAEoCzItLmxlZ2FjeV9mZWF0dXJlc191bml0dGVz",
31-
"dC5UZXN0RWRpdGlvbnNNZXNzYWdlQgWqAQIoAmIIZWRpdGlvbnNw6Ac="));
31+
"dC5UZXN0RWRpdGlvbnNNZXNzYWdlQgWqAQIoAjoHYgXKPgIoAkIYQhZVbml0",
32+
"dGVzdExlZ2FjeUZlYXR1cmVzYghlZGl0aW9uc3DpB3ojZ29vZ2xlL3Byb3Rv",
33+
"YnVmL2phdmFfZmVhdHVyZXMucHJvdG8="));
3234
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
3335
new pbr::FileDescriptor[] { },
3436
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
132 Bytes
Binary file not shown.

src/file_lists.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,6 +1296,7 @@ set(protobuf_test_protos_files
12961296
${protobuf_SOURCE_DIR}/src/google/protobuf/unittest_enormous_descriptor.proto
12971297
${protobuf_SOURCE_DIR}/src/google/protobuf/unittest_features.proto
12981298
${protobuf_SOURCE_DIR}/src/google/protobuf/unittest_import.proto
1299+
${protobuf_SOURCE_DIR}/src/google/protobuf/unittest_import_option.proto
12991300
${protobuf_SOURCE_DIR}/src/google/protobuf/unittest_import_public.proto
13001301
${protobuf_SOURCE_DIR}/src/google/protobuf/unittest_invalid_features.proto
13011302
${protobuf_SOURCE_DIR}/src/google/protobuf/unittest_lazy_dependencies.proto

0 commit comments

Comments
 (0)