From 59cbfdbf0852c394a1a1cac9eece8db65a39e446 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 6 Sep 2017 10:10:43 +0200 Subject: [PATCH] enable a test that works just fine --- tests/run-pass-fullmir/unsized-tuple-impls.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/run-pass-fullmir/unsized-tuple-impls.rs b/tests/run-pass-fullmir/unsized-tuple-impls.rs index acaedebbf9b8..ccb6883e8733 100644 --- a/tests/run-pass-fullmir/unsized-tuple-impls.rs +++ b/tests/run-pass-fullmir/unsized-tuple-impls.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// compile-flags: -Zmir-emit-validate=0 - #![feature(unsized_tuple_coercion)] use std::mem;