From 9a4692d8af01697571c0fa33b17223df79423992 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Wed, 26 Jul 2017 16:44:42 -0400 Subject: Update the comment on the message_type to cover what it should be. --- conformance/conformance.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conformance') diff --git a/conformance/conformance.proto b/conformance/conformance.proto index 10e5d34e..525140e9 100644 --- a/conformance/conformance.proto +++ b/conformance/conformance.proto @@ -78,7 +78,9 @@ message ConformanceRequest { // Which format should the testee serialize its message to? WireFormat requested_output_format = 3; - // should be set to either "proto2" or "proto3" + // The full name for the test message to use; for the moment, either: + // protobuf_test_messages.proto3.TestAllTypesProto3 or + // protobuf_test_messages.proto2.TestAllTypesProto2. string message_type = 4; } -- cgit v1.2.3