Skip to content

Commit e608b3a

Browse files
authored
Update vec.rs
1 parent 3949e27 commit e608b3a

File tree

1 file changed

+1
-2
lines changed
  • library/alloctests/tests

1 file changed

+1
-2
lines changed

library/alloctests/tests/vec.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2720,8 +2720,7 @@ fn vec_null_ptr_roundtrip() {
27202720

27212721
// Regression test for Undefined Behavior (UB) caused by IntoIter::nth_back (#148682)
27222722
// when dealing with high-aligned Zero-Sized Types (ZSTs).
2723-
#[test]
2724-
#[cfg(miri)]
2723+
#[test]
27252724
fn zst_vec_iter_nth_back_regression() {
27262725
#[repr(align(8))]
27272726
struct Thing;

0 commit comments

Comments
 (0)