mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
fix non-deterministic test
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user