소스 검색

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 
 						{