]> git.lizzy.rs Git - rust.git/commit
std: Be sure to modify atomics in tests
authorAlex Crichton <alex@alexcrichton.com>
Mon, 9 Apr 2018 18:40:53 +0000 (11:40 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 9 Apr 2018 19:57:03 +0000 (12:57 -0700)
commit69c3830c4487ce50017ab323d0ce4cbc0b6a4700
tree46e0f380ece5a5ab44d4ddab50c860c3d0b4884c
parent4b9b70c394e7f341b4016fce4cbf763d404b26f9
std: Be sure to modify atomics in tests

See #49775 for some more information but it looks like this is working around an
LLVM bug for the time being.

Closes #49775
src/libcore/tests/atomic.rs