From e04d731457dd61ded5b77d53467cf8de9236ae19 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Thu, 4 Jan 2024 17:21:06 -0800 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 595842708 --- .../protobuf/compiler/cpp/test_bad_identifiers.proto | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/google/protobuf/compiler/cpp/test_bad_identifiers.proto b/src/google/protobuf/compiler/cpp/test_bad_identifiers.proto index b339ec0f61..6bd6016e78 100644 --- a/src/google/protobuf/compiler/cpp/test_bad_identifiers.proto +++ b/src/google/protobuf/compiler/cpp/test_bad_identifiers.proto @@ -120,13 +120,14 @@ message TestConflictingSymbolNames { // For clashing local variables in Serialize and ByteSize calculation. optional string target = 38; - extensions 1000 to max; // NO_PROTO3 + extensions 1000 to max + [verification = UNVERIFIED]; // NO_PROTO3 } message TestConflictingSymbolNamesExtension { // NO_PROTO3 extend TestConflictingSymbolNames { // NO_PROTO3 repeated int32 repeated_int32_ext = 20423638 [packed = true]; // NO_PROTO3 - } // NO_PROTO3 + } // NO_PROTO3 } // NO_PROTO3 message TestConflictingEnumNames { // NO_PROTO3 @@ -137,7 +138,7 @@ message TestConflictingEnumNames { // NO_PROTO3 int = 3; // NO_PROTO3 typedef = 4; // NO_PROTO3 XOR = 5; // NO_PROTO3 - } // NO_PROTO3 + } // NO_PROTO3 optional while conflicting_enum = 1; // NO_PROTO3 } // NO_PROTO3