| Index: third_party/protobuf/conformance/conformance_objc.m
|
| diff --git a/third_party/protobuf/conformance/conformance_objc.m b/third_party/protobuf/conformance/conformance_objc.m
|
| index 06c97a82d06ef206c1735be7847c8cad3e1b2594..1124bfeba1e3574abce6080ef01abbf7bfea94c3 100644
|
| --- a/third_party/protobuf/conformance/conformance_objc.m
|
| +++ b/third_party/protobuf/conformance/conformance_objc.m
|
| @@ -95,7 +95,7 @@ static ConformanceResponse *DoTest(ConformanceRequest *request) {
|
| case WireFormat_Protobuf:
|
| response.protobufPayload = testMessage.data;
|
| if (!response.protobufPayload) {
|
| - response.runtimeError =
|
| + response.serializeError =
|
| [NSString stringWithFormat:@"Failed to make data from: %@", testMessage];
|
| }
|
| break;
|
|
|