| Index: third_party/ocmock/ocmock_extensions.h
|
| diff --git a/third_party/ocmock/ocmock_extensions.h b/third_party/ocmock/ocmock_extensions.h
|
| index d817cbdd2409b670d68f45210482ba7b7653d5e8..bc52a140109f0a9a737cf9f6ae59451d4c3dc022 100644
|
| --- a/third_party/ocmock/ocmock_extensions.h
|
| +++ b/third_party/ocmock/ocmock_extensions.h
|
| @@ -13,7 +13,7 @@
|
| // Pointers to objects still have to be handled with
|
| // - (id)andReturnValue:OCMOCK_VALUE(blah)
|
| // to keep the types working correctly.
|
| -@interface OCMockRecorder(CrExtensions)
|
| +@interface OCMStubRecorder(CrExtensions)
|
| - (id)andReturnChar:(char)value;
|
| - (id)andReturnUnsignedChar:(unsigned char)value;
|
| - (id)andReturnShort:(short)value;
|
|
|