dblock/ocmock-expecta

64 bit issues

Closed this issue · 0 comments

orta commented

Running these examples on a 64 bit simulator will fail, it seems to be that the expect isn't being held on to by something else and so the dealloc call happens at the end of the declaration line instead of at the end of the block's scope.

Not sure why TBH.