Skip to content

Commit 3271827

Browse files
committed
Apply ldionne's changes
1 parent 49467ba commit 3271827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/test/std/containers/sequences/vector.bool/max_call_varying_size_types.pass.cpp renamed to libcxx/test/std/containers/sequences/vector.bool/small_allocator_size.pass.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
// XFAIL: FROZEN-CXX03-HEADERS-FIXME
1313

14-
// This test ensures that the internal call to std::max within vector<bool> is not ambiguous under various size types.
15-
// Related issue: https://github.com/llvm/llvm-project/issues/121713.
14+
// This test ensures that std::vector<bool> handles allocator types with small size types
15+
// properly. Related issue: https://github.com/llvm/llvm-project/issues/121713.
1616

1717
#include <cassert>
1818
#include <cstddef>

0 commit comments

Comments
 (0)