[all-commits] [llvm/llvm-project] ad0144: [libcxx] Fix typo in parallel `for_each_n` test (#...
Michael Schellenberger Costa via All-commits
all-commits at lists.llvm.org
Mon Jan 22 03:10:42 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad01447d30ed48e127254e0c45350c938d72c966
https://github.com/llvm/llvm-project/commit/ad01447d30ed48e127254e0c45350c938d72c966
Author: Michael Schellenberger Costa <miscco at nvidia.com>
Date: 2024-01-22 (Mon, 22 Jan 2024)
Changed paths:
M libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/pstl.for_each_n.pass.cpp
Log Message:
-----------
[libcxx] Fix typo in parallel `for_each_n` test (#78954)
This fixes a trivial copy and paste error where we forgot to change
`for_each` to `for_each_n`
More information about the All-commits
mailing list