aboutsummaryrefslogtreecommitdiffhomepage
path: root/conformance
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2017-08-11 10:14:24 +0100
committerGravatar Jon Skeet <skeet@pobox.com>2017-08-11 19:33:53 +0100
commite0d24cc84a81d236daf0bbf783037c8c8c24d814 (patch)
treeb188007bf2bbba2ccf372fc9d7bf9c3acc944ea1 /conformance
parentccb6b622497c9627898dadcb3818014b3a245d4e (diff)
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.
Diffstat (limited to 'conformance')
-rw-r--r--conformance/failure_list_csharp.txt5
1 files changed, 0 insertions, 5 deletions
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
-