Skip to content

Commit ec2a310

Browse files
committed
ci
1 parent 4a5658c commit ec2a310

File tree

1 file changed

+2
-2
lines changed
  • libcxx/test/std/containers/container.adaptors/flat.multiset/flat.multiset.capacity

1 file changed

+2
-2
lines changed

libcxx/test/std/containers/container.adaptors/flat.multiset/flat.multiset.capacity/size.pass.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ void test_one() {
4646
}
4747
{
4848
M m;
49-
S s = 1000000;
50-
for (auto i = 0u; i < s; ++i) {
49+
S s = 500000;
50+
for (std::size_t i = 0u; i < s; ++i) {
5151
m.emplace(i);
5252
m.emplace(i);
5353
}

0 commit comments

Comments
 (0)