about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-12-30 16:29:27 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-12-31 08:33:13 -0800
commit582cba183f18eea5c40b6c035d63ad449a9e8604 (patch)
treedabbfd1652be6819c02207ad60b8ed83f05496fd /src/liballoc
parent67d13883f868e6b27aa00a6c69f7c748d16e1c94 (diff)
downloadrust-582cba183f18eea5c40b6c035d63ad449a9e8604.tar.gz
rust-582cba183f18eea5c40b6c035d63ad449a9e8604.zip
Test fixes and rebase conflicts
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/arc.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/arc.rs b/src/liballoc/arc.rs
index 03634657a71..820a3838978 100644
--- a/src/liballoc/arc.rs
+++ b/src/liballoc/arc.rs
@@ -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;