]> git.lizzy.rs Git - rust.git/commitdiff
enable a test that works just fine
authorRalf Jung <post@ralfj.de>
Wed, 6 Sep 2017 08:10:43 +0000 (10:10 +0200)
committerRalf Jung <post@ralfj.de>
Wed, 6 Sep 2017 08:10:43 +0000 (10:10 +0200)
tests/run-pass-fullmir/unsized-tuple-impls.rs

index acaedebbf9b8496f9c8ebd21f3feb1eff3577f13..ccb6883e8733a5b8d660c2b6e8f3fac2ceb22238 100644 (file)
@@ -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;