Remove more obsolete test flags

This commit is contained in:
Oliver Scherer 2020-07-26 13:24:19 +02:00
parent 79c0db4cc8
commit b663892e54
4 changed files with 0 additions and 6 deletions

View file

@ -1,5 +1,4 @@
// run-pass
// exec-env:RUST_POISON_ON_FREE=1
// Test argument patterns where we create refs to the inside of
// boxes. Make sure that we don't free the box as we match the

View file

@ -1,6 +1,5 @@
// run-pass
// compile-flags:--test
// rustc-env:RUSTC_BOOTSTRAP_KEY=
#![cfg(any())] // This test should be configured away
#![feature(rustc_attrs)] // Test that this is allowed on stable/beta
#![feature(iter_arith_traits)] // Test that this is not unused

View file

@ -1,5 +1,3 @@
// rustc-env:RUST_NEW_ERROR_FORMAT
#![feature(const_fn)]
trait Foo {

View file

@ -1,5 +1,3 @@
// rustc-env:RUST_NEW_ERROR_FORMAT
trait Foo {
fn foo(x: u16);
fn bar(&mut self, bar: &mut Bar);