Skip to content

Commit 218461d

Browse files
brsonalexcrichton
authored andcommitted
std: Unignore atomic tests
1 parent 5163a26 commit 218461d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/libstd/sync/atomics.rs

+2-4
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
//!
4040
//! A simple spinlock:
4141
//!
42-
//! ```ignore
43-
//! # // FIXME: Needs PR #12430
42+
//! ```
4443
//! extern crate sync;
4544
//!
4645
//! use sync::Arc;
@@ -68,8 +67,7 @@
6867
//!
6968
//! Transferring a heap object with `AtomicOption`:
7069
//!
71-
//! ```ignore
72-
//! # // FIXME: Needs PR #12430
70+
//! ```
7371
//! extern crate sync;
7472
//!
7573
//! use sync::Arc;

0 commit comments

Comments
 (0)