Update comment for message_type

PiperOrigin-RevId: 638713610
pull/16983/head
Protobuf Team Bot 8 months ago committed by Copybara-Service
parent c1c275cc7d
commit 023e69d6cc
  1. 5
      conformance/conformance.proto

@ -86,7 +86,10 @@ message ConformanceRequest {
// The full name for the test message to use; for the moment, either:
// protobuf_test_messages.proto3.TestAllTypesProto3 or
// protobuf_test_messages.google.protobuf.TestAllTypesProto2.
// protobuf_test_messages.google.protobuf.TestAllTypesProto2 or
// protobuf_test_messages.editions.google.protobuf.TestAllTypesProto2 or
// protobuf_test_messages.editions.proto3.TestAllTypesProto3 or
// protobuf_test_messages.editions.TestAllTypesEdition2023.
string message_type = 4;
// Each test is given a specific test category. Some category may need

Loading…
Cancel
Save