diff options
| author | Ralf Jung <post@ralfj.de> | 2017-09-09 11:30:15 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2017-09-09 11:30:15 +0200 |
| commit | ce4875484ffee7165e89cbd19d9704740a27af29 (patch) | |
| tree | d0e0dbae7170ec64467a2afa931ae98aee825489 | |
| parent | a5fa8e90d0ebb43b925b987c7f9f6e913d2499a6 (diff) | |
| download | rust-ce4875484ffee7165e89cbd19d9704740a27af29.tar.gz rust-ce4875484ffee7165e89cbd19d9704740a27af29.zip | |
there are more tests we can enable again
| -rw-r--r-- | tests/run-pass-fullmir/u128.rs | 2 | ||||
| -rw-r--r-- | tests/run-pass-fullmir/unsized-tuple-impls.rs | 2 | ||||
| -rw-r--r-- | tests/run-pass/pointers.rs | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/tests/run-pass-fullmir/u128.rs b/tests/run-pass-fullmir/u128.rs index a1fb96ef4a6..a05308acbe6 100644 --- a/tests/run-pass-fullmir/u128.rs +++ b/tests/run-pass-fullmir/u128.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(i128_type)] fn b<T>(t: T) -> T { t } diff --git a/tests/run-pass-fullmir/unsized-tuple-impls.rs b/tests/run-pass-fullmir/unsized-tuple-impls.rs index acaedebbf9b..ccb6883e873 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; diff --git a/tests/run-pass/pointers.rs b/tests/run-pass/pointers.rs index 7d34d564ea4..f3ae3ab913a 100644 --- a/tests/run-pass/pointers.rs +++ b/tests/run-pass/pointers.rs @@ -1,5 +1,3 @@ -// compile-flags: -Zmir-emit-validate=0 - fn one_line_ref() -> i16 { *&1 } |
