From 93fef9a6a2958a0cef2cef64afd1ffa478aef5fe Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 14 Aug 2018 09:51:31 +0200 Subject: [PATCH] reenable an old test --- tests/run-pass/intrinsics.rs | 0 tests/run-pass/{packed_struct.rs_broken => packed_struct.rs} | 2 -- 2 files changed, 2 deletions(-) mode change 100755 => 100644 tests/run-pass/intrinsics.rs rename tests/run-pass/{packed_struct.rs_broken => packed_struct.rs} (91%) 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)]