Ignore the identity tests for now, because they take longer than anything else.

This commit is contained in:
2018-03-06 19:00:16 -08:00
parent 67a3ac61d3
commit f89e3e5ca4

View File

@@ -620,6 +620,7 @@ macro_rules! construct_unsigned {
} }
quickcheck! { quickcheck! {
#[ignore]
fn div_identity(a: $type) -> bool { fn div_identity(a: $type) -> bool {
&a / $type::from_u64(1) == a &a / $type::from_u64(1) == a
} }