Skip to content

Commit 5570a78

Browse files
committed
Disable validation for some tests
1 parent 79f90d1 commit 5570a78

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tests/run-pass-fullmir/u128.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// compile-flags: -Zmir-emit-validate=0
12+
1113
#![feature(i128_type)]
1214

1315
fn b<T>(t: T) -> T { t }

tests/run-pass-fullmir/unsized-tuple-impls.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// compile-flags: -Zmir-emit-validate=0
12+
1113
#![feature(unsized_tuple_coercion)]
1214
use std::mem;
1315

tests/run-pass/pointers.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// compile-flags: -Zmir-emit-validate=0
2+
13
fn one_line_ref() -> i16 {
24
*&1
35
}

0 commit comments

Comments
 (0)