std: Unignore atomic tests

This commit is contained in:
Brian Anderson 2014-03-22 00:15:47 -07:00 committed by Alex Crichton
parent 5163a26d30
commit 218461d010

View File

@ -39,8 +39,7 @@
//!
//! A simple spinlock:
//!
//! ```ignore
//! # // FIXME: Needs PR #12430
//! ```
//! extern crate sync;
//!
//! use sync::Arc;
@ -68,8 +67,7 @@
//!
//! Transferring a heap object with `AtomicOption`:
//!
//! ```ignore
//! # // FIXME: Needs PR #12430
//! ```
//! extern crate sync;
//!
//! use sync::Arc;