aboutsummaryrefslogtreecommitdiffhomepage
path: root/conformance
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2017-07-26 16:44:42 -0400
committerGravatar Thomas Van Lenten <thomasvl@google.com>2017-07-26 17:07:01 -0400
commit9a4692d8af01697571c0fa33b17223df79423992 (patch)
tree0594ec6fba4dce988a28516a222f5e02f7ce39ed /conformance
parent5eb95efa81ed10774bae151c7c1809f5d9dfa491 (diff)
Update the comment on the message_type to cover what it should be.
Diffstat (limited to 'conformance')
-rw-r--r--conformance/conformance.proto4
1 files changed, 3 insertions, 1 deletions
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;
}