Commit ff773c1a authored by Yilun Chong's avatar Yilun Chong

fix csharp

parent cd1dc3f0
......@@ -98,7 +98,7 @@ namespace Google.Protobuf.Conformance
}
else if (request.MessageType.Equals("proto2"))
{
response.Skipped = "Ruby doesn't support proto2";
response.Skipped = "CSharp doesn't support proto2";
return response;
}
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment