Explorar el Código

fix csharp conformance test

Yilun Chong hace 8 años
padre
commit
467c1ccd25
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 
 						{