Merge "Increase iteration count for ordering test" am: a1ab838acc

Change-Id: Ic755043b2a531aebdbbfc5bc0bf0cfc69709d443
This commit is contained in:
Hans Boehm 2020-03-26 01:35:53 +00:00 committed by Automerger Merge Worker
commit 56b79bbf4b

View file

@ -181,7 +181,7 @@ TEST(stdatomic, atomic_fetch_and) {
// And a rudimentary test of acquire-release memory ordering:
constexpr static uint_least32_t BIG = 10000000ul; // Assumed even below.
constexpr static uint_least32_t BIG = 30'000'000ul; // Assumed even below.
struct three_atomics {
atomic_uint_least32_t x;