4 Associated object is 0x[0-9a-fA-F]+
5 objc\[\d+\]: objc_setAssociatedObject called on instance \(0x[0-9a-fA-F]+\) of class Forbidden which does not allow associated objects
10 #include "associationForbidden.h"
14 ShouldSucceed([Normal alloc]);
15 ShouldFail([Forbidden alloc]);