there are more tests we can enable again

This commit is contained in:
Ralf Jung 2017-09-09 11:30:15 +02:00
parent a5fa8e90d0
commit ce4875484f
3 changed files with 0 additions and 6 deletions

View 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(i128_type)]
fn b<T>(t: T) -> T { t }

View 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;

View file

@ -1,5 +1,3 @@
// compile-flags: -Zmir-emit-validate=0
fn one_line_ref() -> i16 {
*&1
}