Rollup merge of #23056 - awlnx:master, r=nrc

This commit is contained in:
Manish Goregaokar
2015-03-06 09:04:47 +05:30
31 changed files with 64 additions and 4 deletions

View File

@@ -23,6 +23,8 @@
// running tests while providing a base that other test frameworks may
// build off of.
// Do not remove on snapshot creation. Needed for bootstrap. (Issue #22364)
#![cfg_attr(stage0, feature(custom_attribute))]
#![crate_name = "test"]
#![unstable(feature = "test")]
#![staged_api]