Commit db379e6e authored by Yilun Chong's avatar Yilun Chong

fix csharp conformance test

parent ff773c1a
......@@ -98,8 +98,8 @@ namespace Google.Protobuf.Conformance
}
else if (request.MessageType.Equals("proto2"))
{
response.Skipped = "CSharp doesn't support proto2";
return response;
return new ConformanceResponse { Skipped = "CSharp doesn't support proto2" }
}
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