diff --git a/src/google/protobuf/compiler/cpp/test_bad_identifiers.proto b/src/google/protobuf/compiler/cpp/test_bad_identifiers.proto index 6bd6016e78..430b92700f 100644 --- a/src/google/protobuf/compiler/cpp/test_bad_identifiers.proto +++ b/src/google/protobuf/compiler/cpp/test_bad_identifiers.proto @@ -120,8 +120,7 @@ message TestConflictingSymbolNames { // For clashing local variables in Serialize and ByteSize calculation. optional string target = 38; - extensions 1000 to max - [verification = UNVERIFIED]; // NO_PROTO3 + extensions 1000 to max [verification = UNVERIFIED]; // NO_PROTO3 } message TestConflictingSymbolNamesExtension { // NO_PROTO3