aboutsummaryrefslogtreecommitdiff
path: root/conformance
diff options
context:
space:
mode:
Diffstat (limited to 'conformance')
-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;
}