aboutsummaryrefslogtreecommitdiffhomepage
path: root/conformance/conformance.proto
diff options
context:
space:
mode:
authorGravatar Yilun Chong <yilunchong@google.com>2017-06-28 12:41:11 -0700
committerGravatar Yilun Chong <yilunchong@google.com>2017-06-28 12:41:11 -0700
commit364502102afe62bc0a9068032a177d1827aa4774 (patch)
treec91f7956980b21af58bdf23caf56a61898a4f5e6 /conformance/conformance.proto
parent06c9057cc32f0155f277dd0842f83b5ac362c386 (diff)
add message set test case
Diffstat (limited to 'conformance/conformance.proto')
-rw-r--r--conformance/conformance.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/conformance/conformance.proto b/conformance/conformance.proto
index a1c42663..10e5d34e 100644
--- a/conformance/conformance.proto
+++ b/conformance/conformance.proto
@@ -78,6 +78,7 @@ message ConformanceRequest {
// Which format should the testee serialize its message to?
WireFormat requested_output_format = 3;
+ // should be set to either "proto2" or "proto3"
string message_type = 4;
}