Skip to content

Commit e952a8d

Browse files
committed
Disable verification of test using allocWithZone: on GNUStep
1 parent aed5cdd commit e952a8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

objc2/src/__macro_helpers.rs

+4
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ mod tests {
166166
}
167167

168168
#[test]
169+
#[cfg_attr(
170+
all(feature = "gnustep-1-7", feature = "verify_message"),
171+
ignore = "NSZone's encoding is quite complex on GNUStep"
172+
)]
169173
fn test_macro_alloc() {
170174
let cls = class!(NSObject);
171175

0 commit comments

Comments
 (0)