Skip to content

Commit

Permalink
Auto merge of #43180 - oli-obk:compiletest, r=alexcrichton
Browse files Browse the repository at this point in the history
Reduce the usage of features in compiletest and libtest
  • Loading branch information
bors committed Jul 14, 2017
2 parents ae4803a + cb92ab9 commit 6d9d82d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/libtest/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@

#![feature(asm)]
#![feature(libc)]
#![feature(rustc_private)]
#![feature(set_stdio)]
#![feature(staged_api)]
#![feature(panic_unwind)]

extern crate getopts;
Expand Down
1 change: 1 addition & 0 deletions src/tools/compiletest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ filetime = "0.1"
getopts = "0.2"
log = "0.3"
rustc-serialize = "0.3"
libc = "0.2"
2 changes: 0 additions & 2 deletions src/tools/compiletest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@

#![crate_name = "compiletest"]

#![feature(box_syntax)]
#![feature(test)]
#![feature(libc)]

#![deny(warnings)]

Expand Down

0 comments on commit 6d9d82d

Please sign in to comment.