commit | 284d93c83cae183eaa5167ea5ef1d9c36519db6a | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Mar 26 01:24:36 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 26 01:24:36 2020 +0000 |
tree | 5b4d6ae9e405a8d37cb0861ee1a30d959ca417d7 | |
parent | a1ab838acc6b54f080a744cc6329f9fc8bb18c5a [diff] | |
parent | 3309b3dbb967d55b32de632831fdff8a90151fbe [diff] |
Merge "[GWP-ASan] Allow libc header access from GWP-ASan."
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;