Commit 467c1ccd authored by Yilun Chong's avatar Yilun Chong

fix csharp conformance test

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