Test fixes and rebase conflicts

This commit is contained in:
Alex Crichton
2014-12-30 16:29:27 -08:00
parent 67d13883f8
commit 582cba183f
11 changed files with 21 additions and 17 deletions

View File

@@ -600,6 +600,7 @@ mod tests {
use std::option::Option::{Some, None};
use std::str::Str;
use std::sync::atomic;
use std::sync::atomic::Ordering::{Acquire, SeqCst};
use std::task;
use std::kinds::Send;
use std::vec::Vec;