aboutsummaryrefslogtreecommitdiff
path: root/conformance/conformance.proto
diff options
context:
space:
mode:
Diffstat (limited to 'conformance/conformance.proto')
-rw-r--r--conformance/conformance.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/conformance/conformance.proto b/conformance/conformance.proto
index 18e4b7bc..a1c42663 100644
--- a/conformance/conformance.proto
+++ b/conformance/conformance.proto
@@ -77,6 +77,8 @@ message ConformanceRequest {
// Which format should the testee serialize its message to?
WireFormat requested_output_format = 3;
+
+ string message_type = 4;
}
// Represents a single test case's output.