Auto merge of #981 - RalfJung:atomic, r=RalfJung
also test AcqRel fence Missing from https://github.com/rust-lang/miri/pull/979
This commit is contained in:
commit
d57de39141
1 changed files with 1 additions and 0 deletions
|
|
@ -69,4 +69,5 @@ fn atomic_fences() {
|
|||
fence(SeqCst);
|
||||
fence(Release);
|
||||
fence(Acquire);
|
||||
fence(AcqRel);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue