1
Fork 0

libstd: Fix a bunch of resolve errors in tests. rs=fire

This commit is contained in:
Patrick Walton 2012-12-27 18:24:18 -08:00
parent e26ca35b08
commit fa5ee934ed
24 changed files with 118 additions and 13 deletions

View file

@ -469,7 +469,13 @@ impl<T: Const Owned> &RWReadMode<T> {
#[cfg(test)]
mod tests {
#[legacy_exports];
use comm::*;
use core::oldcomm::*;
use core::option::{Some, None};
use core::option;
use core::pipes;
use core::task;
use core::vec;
#[test]
fn manually_share_arc() {