Skip to content

Commit

Permalink
fix atomic_lock_free test case
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed May 22, 2017
1 parent 0436710 commit 83641a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/run-make/atomic-lock-free/atomic_lock_free.rs
Expand Up @@ -20,6 +20,8 @@ extern "rust-intrinsic" {
trait Sized {}
#[lang = "copy"]
trait Copy {}
#[lang = "freeze"]
trait Freeze {}

#[cfg(target_has_atomic = "8")]
pub unsafe fn atomic_u8(x: *mut u8) {
Expand Down

0 comments on commit 83641a9

Please sign in to comment.