diff --git a/tests/run-pass/intrinsics.rs b/tests/run-pass/intrinsics.rs old mode 100755 new mode 100644 diff --git a/tests/run-pass/packed_struct.rs_broken b/tests/run-pass/packed_struct.rs similarity index 91% rename from tests/run-pass/packed_struct.rs_broken rename to tests/run-pass/packed_struct.rs index e0387a5f405f..7bd04c44438c 100644 --- a/tests/run-pass/packed_struct.rs_broken +++ b/tests/run-pass/packed_struct.rs @@ -1,5 +1,3 @@ -// FIXME: We have to disable this, force_allocation fails. -// TODO: I think this can be triggered even without validation. // compile-flags: -Zmir-emit-validate=0 #![allow(dead_code)] #![feature(unsize, coerce_unsized)]