aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2015-08-05 09:11:25 +0100
committerJon Skeet <skeet@pobox.com>2015-08-05 09:11:25 +0100
commit607940321c8ceeb80ec1099d94add8eef86825e5 (patch)
treea9ccd19f451afbbba95814ff8ea5bf8b15fc841a /csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs
parentd77d70d227b648ac8c36183ac9d85cf39f782978 (diff)
parentc13a612dc473ff0678602892121c3101c6890abb (diff)
downloadprotobuf-607940321c8ceeb80ec1099d94add8eef86825e5.tar.gz
protobuf-607940321c8ceeb80ec1099d94add8eef86825e5.tar.bz2
protobuf-607940321c8ceeb80ec1099d94add8eef86825e5.zip
Merge pull request #689 from jskeet/fix-eof
C# conformance tests
Diffstat (limited to 'csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs')
-rw-r--r--csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs b/csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs
index f18c5f1b..b05c80c1 100644
--- a/csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs
+++ b/csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs
@@ -684,6 +684,7 @@ namespace Google.Protobuf.TestProtos {
if (pb::WireFormat.IsEndGroupTag(tag)) {
return;
}
+ input.ConsumeLastField();
break;
case 10: {
if (anyField_ == null) {
@@ -1142,6 +1143,7 @@ namespace Google.Protobuf.TestProtos {
if (pb::WireFormat.IsEndGroupTag(tag)) {
return;
}
+ input.ConsumeLastField();
break;
case 10: {
anyField_.AddEntriesFrom(input, _repeated_anyField_codec);
@@ -1764,6 +1766,7 @@ namespace Google.Protobuf.TestProtos {
if (pb::WireFormat.IsEndGroupTag(tag)) {
return;
}
+ input.ConsumeLastField();
break;
case 10: {
global::Google.Protobuf.WellKnownTypes.Any subBuilder = new global::Google.Protobuf.WellKnownTypes.Any();
@@ -2213,6 +2216,7 @@ namespace Google.Protobuf.TestProtos {
if (pb::WireFormat.IsEndGroupTag(tag)) {
return;
}
+ input.ConsumeLastField();
break;
case 10: {
anyField_.AddEntriesFrom(input, _map_anyField_codec);