From e0d24cc84a81d236daf0bbf783037c8c8c24d814 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Fri, 11 Aug 2017 10:14:24 +0100 Subject: Detect invalid tags with a field number of 0 in C# Previously we only rejected the tag if the tag itself was 0, i.e. field=0, type=varint. The type doesn't matter: field 0 is always invalid. This removes the last of the C# conformance failures. --- conformance/failure_list_csharp.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'conformance') diff --git a/conformance/failure_list_csharp.txt b/conformance/failure_list_csharp.txt index 55e63922..e69de29b 100644 --- a/conformance/failure_list_csharp.txt +++ b/conformance/failure_list_csharp.txt @@ -1,5 +0,0 @@ -Required.Proto3.ProtobufInput.IllegalZeroFieldNum_Case_0 -Required.Proto3.ProtobufInput.IllegalZeroFieldNum_Case_1 -Required.Proto3.ProtobufInput.IllegalZeroFieldNum_Case_2 -Required.Proto3.ProtobufInput.IllegalZeroFieldNum_Case_3 - -- cgit v1.2.3