fix non-deterministic test
This commit is contained in:
parent
724cf41eb1
commit
85be8ab8eb
1 changed files with 1 additions and 1 deletions
|
|
@ -33,5 +33,5 @@ fn is_u64_aligned(u: &Tag<u64>) -> bool {
|
|||
|
||||
pub fn main() {
|
||||
let x = mk_rec();
|
||||
assert!(is_u64_aligned(&x.t));
|
||||
is_u64_aligned(&x.t); // the result of this is non-deterministic
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue