| Index: third_party/ocmock/ocmock_extensions.h
|
| diff --git a/third_party/ocmock/ocmock_extensions.h b/third_party/ocmock/ocmock_extensions.h
|
| index 53e0c15fac5c5be2d26d10705a3b9d684abece23..2ca182cf1dd0db69eb3478a73e27bdd5b7ebacb7 100644
|
| --- a/third_party/ocmock/ocmock_extensions.h
|
| +++ b/third_party/ocmock/ocmock_extensions.h
|
| @@ -29,10 +29,12 @@
|
| - (id)andReturnBool:(BOOL)value;
|
| - (id)andReturnInteger:(NSInteger)value;
|
| - (id)andReturnUnsignedInteger:(NSUInteger)value;
|
| +#if !TARGET_OS_IPHONE
|
| - (id)andReturnNSRect:(NSRect)rect;
|
| - (id)andReturnCGRect:(CGRect)rect;
|
| - (id)andReturnNSPoint:(NSPoint)point;
|
| - (id)andReturnCGPoint:(CGPoint)point;
|
| +#endif
|
| @end
|
|
|
| // A constraint for verifying that something conforms to a protocol.
|
|
|