diff options
author | Yilun Chong <yilunchong@google.com> | 2017-06-28 15:44:14 -0700 |
---|---|---|
committer | Yilun Chong <yilunchong@google.com> | 2017-06-28 15:44:14 -0700 |
commit | 467c1ccd25023d19cd25680081ed0e4c95d0cb41 (patch) | |
tree | 9314d612c23bb730b4c3d42ab9f398fe5be6af52 /csharp/src | |
parent | db379e6e69196993f1c1e54512afe06b39cb97eb (diff) |
fix csharp conformance test
Diffstat (limited to 'csharp/src')
-rw-r--r-- | csharp/src/Google.Protobuf.Conformance/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Google.Protobuf.Conformance/Program.cs b/csharp/src/Google.Protobuf.Conformance/Program.cs index 437fa3a2..76b21e39 100644 --- a/csharp/src/Google.Protobuf.Conformance/Program.cs +++ b/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 { |