commit | a1ab838acc6b54f080a744cc6329f9fc8bb18c5a | [log] [tgz] |
---|---|---|
author | Hans Boehm <hboehm@google.com> | Thu Mar 26 01:21:19 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 26 01:21:19 2020 +0000 |
tree | f96facfff4c14aef634eaeef84d3c682a1e60895 | |
parent | 2c1b058aaa15df19d01506114877ecf252e157ab [diff] | |
parent | 376106436c6d6bd3f839a2150b40db20b279eaba [diff] |
Merge "Increase iteration count for ordering test"
diff --git a/tests/stdatomic_test.cpp b/tests/stdatomic_test.cpp index 8a6b267..11d41b4 100644 --- a/tests/stdatomic_test.cpp +++ b/tests/stdatomic_test.cpp
@@ -181,7 +181,7 @@ // 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;