Skip to content

Commit 85be8ab

Browse files
committed
fix non-deterministic test
1 parent 724cf41 commit 85be8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-pass/bitop-beyond-alignment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ fn is_u64_aligned(u: &Tag<u64>) -> bool {
3333

3434
pub fn main() {
3535
let x = mk_rec();
36-
assert!(is_u64_aligned(&x.t));
36+
is_u64_aligned(&x.t); // the result of this is non-deterministic
3737
}

0 commit comments

Comments
 (0)