libstd: Fix a bunch of resolve errors in tests. rs=fire
This commit is contained in:
parent
e26ca35b08
commit
fa5ee934ed
24 changed files with 118 additions and 13 deletions
|
|
@ -425,6 +425,11 @@ fn calc_result(test: &TestDesc, task_succeeded: bool) -> TestResult {
|
|||
mod tests {
|
||||
#[legacy_exports];
|
||||
|
||||
use core::either;
|
||||
use core::oldcomm;
|
||||
use core::option;
|
||||
use core::vec;
|
||||
|
||||
#[test]
|
||||
fn do_not_run_ignored_tests() {
|
||||
fn f() { fail; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue