green: Fixing all tests from previous refactorings

This commit is contained in:
Alex Crichton
2013-12-13 19:33:28 -08:00
parent 1a6d920e3d
commit aad9fbf6b6
6 changed files with 351 additions and 282 deletions

View File

@@ -227,6 +227,7 @@ mod tests {
use std::rt::local::Local;
use std::rt::task::Task;
use std::task;
use std::task::TaskOpts;
use super::{spawn, spawn_opts, Ops};
#[test]