]> git.lizzy.rs Git - rust.git/blobdiff - library/core/tests/mem.rs
Rollup merge of #106622 - estebank:issue-68972, r=davidtwco
[rust.git] / library / core / tests / mem.rs
index 1cfb4fd9fd186e55cc84c3b641bdf37e10858d6e..f7740a114e738d84f86b87a083cd92b82d5dc1ad 100644 (file)
@@ -77,7 +77,6 @@ fn align_of_val_basic() {
 }
 
 #[test]
-#[cfg(not(bootstrap))] // stage 0 doesn't have the fix yet, so the test fails
 fn align_of_val_raw_packed() {
     #[repr(C, packed)]
     struct B {