about summary refs log tree commit diff
path: root/src/libcoretest
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/libcoretest
parent67d13883f868e6b27aa00a6c69f7c748d16e1c94 (diff)
downloadrust-582cba183f18eea5c40b6c035d63ad449a9e8604.tar.gz
rust-582cba183f18eea5c40b6c035d63ad449a9e8604.zip
Test fixes and rebase conflicts
Diffstat (limited to 'src/libcoretest')
-rw-r--r--src/libcoretest/atomic.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcoretest/atomic.rs b/src/libcoretest/atomic.rs
index ab9c7ab9f11..1fee304a976 100644
--- a/src/libcoretest/atomic.rs
+++ b/src/libcoretest/atomic.rs
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 use core::atomic::*;
+use core::atomic::Ordering::SeqCst;
 
 #[test]
 fn bool_() {