Skip to content

Commit 7044e71

Browse files
committed
ci
1 parent 4e1995e commit 7044e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/containers/container.adaptors/flat.multimap/assert.sorted_equivalent.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ int main(int, char**) {
215215

216216
TEST_LIBCPP_ASSERT_FAILURE(
217217
([] {
218-
std::vector keys{1, 1, 3};
218+
std::vector keys{2, 1, 3};
219219
std::vector values{4, 5, 6};
220220
M m;
221221
m.replace(std::move(keys), std::move(values));

0 commit comments

Comments
 (0)