erikdoe / ocmock

Mock objects for Objective-C
http://ocmock.org
Apache License 2.0
2.16k stars 606 forks source link

Remove #define HC_SHORTHAND since it's dead #382

Closed matrush closed 4 years ago

matrush commented 4 years ago

The HC_SHORTHAND macros was removed in OCHamcrest long time ago.

See https://github.com/hamcrest/OCHamcrest/commit/f04cdb255f3d9d2d2ca4f8ad10b149753ea4fc76 This macro has been removed and replaced with an inverted macro: HC_DISABLE_SHORT_SYNTAX.

erikdoe commented 4 years ago

Thank you for spotting this one. That said, this PR includes a change from #381. If you remove the change from that PR, I can merge this one.

matrush commented 4 years ago

@erikdoe ah sorry I must have done something wrong on my local commit, will look into it.

erikdoe commented 4 years ago

No worries. The changes were in different commit. I now cherry picked the right one.