[Gate Tests] - marking feature tests

Removal of the lang feature gate tests whitelist #39059

r? @est31
This commit is contained in:
Colm Seale 2017-01-22 23:35:08 +00:00
parent 0f49616a53
commit 94e9086685
3 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,7 @@
// Test that macro reexports item are gated by `macro_reexport` feature gate.
// aux-build:macro_reexport_1.rs
// gate-test-macro_reexport
#![crate_type = "dylib"]

View File

@ -15,6 +15,8 @@
// FIXME the error message that is current emitted seems pretty bad.
// gate-test-quote
#![feature(rustc_private)]
#![allow(dead_code, unused_imports, unused_variables)]

View File

@ -166,8 +166,7 @@ pub fn check(path: &Path, bad: &mut bool) {
// FIXME get this whitelist empty.
let whitelist = vec![
"abi_ptx", "simd", "macro_reexport",
"static_recursion", "quote",
"abi_ptx", "simd", "static_recursion",
"cfg_target_has_atomic", "staged_api", "const_indexing",
"unboxed_closures", "stmt_expr_attributes",
"cfg_target_thread_local", "unwind_attributes",