Remove no-prefer-dynamic from valgrind tests

This commit is contained in:
Mark Rousskov 2019-09-01 10:09:45 -04:00
parent d0677b9abc
commit 0c9aeba5f4
10 changed files with 0 additions and 17 deletions

View File

@ -1,5 +1,3 @@
// no-prefer-dynamic
#![allow(dead_code)]
// check dtor calling order when casting enums.

View File

@ -1,5 +1,3 @@
// no-prefer-dynamic
// This would previously leak the Box<Trait> because we wouldn't
// schedule cleanups when auto borrowing trait objects.
// This program should be valgrind clean.

View File

@ -1,5 +1,3 @@
// no-prefer-dynamic
fn main() {
let _ = std::io::stdin();
let _ = std::io::stdout();

View File

@ -1,4 +1,3 @@
// no-prefer-dynamic
// ignore-emscripten
thread_local!(static FOO: Foo = Foo);

View File

@ -1,5 +1,3 @@
// no-prefer-dynamic
static mut DROP_RAN: bool = false;
struct Foo;

View File

@ -1,5 +1,3 @@
// no-prefer-dynamic
static mut DROP_RAN: isize = 0;
struct Foo;

View File

@ -1,5 +1,3 @@
// no-prefer-dynamic
#![feature(unsized_tuple_coercion)]
static mut DROP_RAN: bool = false;

View File

@ -1,5 +1,3 @@
// no-prefer-dynamic
#![feature(unsized_tuple_coercion)]
static mut DROP_RAN: isize = 0;

View File

@ -1,4 +1,3 @@
// no-prefer-dynamic
// ignore-cloudabi
// ignore-emscripten
// ignore-sgx no processes

View File

@ -1,4 +1,3 @@
// no-prefer-dynamic
// pretty-expanded FIXME #23616
#![feature(rustc_private)]