fix csharp conformance test

pull/3281/head
Yilun Chong 8 years ago
parent db379e6e69
commit 467c1ccd25
  1. 2
      csharp/src/Google.Protobuf.Conformance/Program.cs

@ -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
{

Loading…
Cancel
Save