فهرست منبع

fix csharp conformance test

Yilun Chong 8 سال پیش
والد
کامیت
467c1ccd25
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      csharp/src/Google.Protobuf.Conformance/Program.cs

+ 1 - 1
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 
 						{