Skip to content

Commit

Permalink
Auto merge of #981 - RalfJung:atomic, r=RalfJung
Browse files Browse the repository at this point in the history
also test AcqRel fence

Missing from #979
  • Loading branch information
bors committed Oct 9, 2019
2 parents cc0468b + 62f08eb commit d57de39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/run-pass/atomic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ fn atomic_fences() {
fence(SeqCst);
fence(Release);
fence(Acquire);
fence(AcqRel);
}

0 comments on commit d57de39

Please sign in to comment.