[all-commits] [llvm/llvm-project] 2b4b26: [libc++] Improve tests for std::find_if and std::f...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Sun Nov 5 15:23:41 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b4b26ea84fd9c95d0ff25ce338c15ea5e74a4e4
https://github.com/llvm/llvm-project/commit/2b4b26ea84fd9c95d0ff25ce338c15ea5e74a4e4
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-11-05 (Sun, 05 Nov 2023)
Changed paths:
M libcxx/test/std/algorithms/alg.nonmodifying/alg.find/find_if.pass.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.find/find_if_not.pass.cpp
M libcxx/utils/data/ignore_format.txt
Log Message:
-----------
[libc++] Improve tests for std::find_if and std::find_if_not (#71192)
These tests are salvaged from https://reviews.llvm.org/D112152 which I
decided not to pursue anymore.
More information about the All-commits
mailing list