aboutsummaryrefslogtreecommitdiff
path: root/conformance
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2017-06-06 10:14:41 -0400
committerThomas Van Lenten <thomasvl@google.com>2017-06-06 10:14:41 -0400
commitecc0f5412702e7f69b4578c92a120c56bdd79287 (patch)
tree874e512c4556a628f0204180b8d6e073bea67475 /conformance
parent656dedbf07ed88489bf60ddae4c583a0437d82cc (diff)
downloadprotobuf-ecc0f5412702e7f69b4578c92a120c56bdd79287.tar.gz
protobuf-ecc0f5412702e7f69b4578c92a120c56bdd79287.tar.bz2
protobuf-ecc0f5412702e7f69b4578c92a120c56bdd79287.zip
Properly error on a tag with field number zero.
Diffstat (limited to 'conformance')
-rw-r--r--conformance/failure_list_objc.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/conformance/failure_list_objc.txt b/conformance/failure_list_objc.txt
index 6e0da6cf..e34501ea 100644
--- a/conformance/failure_list_objc.txt
+++ b/conformance/failure_list_objc.txt
@@ -1,6 +1,2 @@
# JSON input or output tests are skipped (in conformance_objc.m) as mobile
# platforms don't support JSON wire format to avoid code bloat.
-Required.ProtobufInput.IllegalZeroFieldNum_Case_0
-Required.ProtobufInput.IllegalZeroFieldNum_Case_1
-Required.ProtobufInput.IllegalZeroFieldNum_Case_2
-Required.ProtobufInput.IllegalZeroFieldNum_Case_3