[all-commits] [llvm/llvm-project] 7bed95: [libc++] Add a regression test for erasing from a ...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Tue Sep 29 09:19:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7bed95a856f1e0146e838e7575677159f42f3bf7
https://github.com/llvm/llvm-project/commit/7bed95a856f1e0146e838e7575677159f42f3bf7
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2020-09-29 (Tue, 29 Sep 2020)
Changed paths:
M libcxx/test/std/containers/sequences/vector/vector.modifiers/erase_iter.pass.cpp
Log Message:
-----------
[libc++] Add a regression test for erasing from a vector
After rebasing my trivially-relocatable branch, this behavior was broken...
but no libc++ unit test caught it! Add a regression test specifically for
erasing out of a vector.
Differential Revision: https://reviews.llvm.org/D88421
More information about the All-commits
mailing list