[all-commits] [llvm/llvm-project] 5517bc: [libc++][format] Improves the handle test.
mordante via All-commits
all-commits at lists.llvm.org
Tue Jun 21 08:25:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5517bc6c4a05d715881d2b4e1dac9c7de244273d
https://github.com/llvm/llvm-project/commit/5517bc6c4a05d715881d2b4e1dac9c7de244273d
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-06-21 (Tue, 21 Jun 2022)
Changed paths:
M libcxx/test/std/utilities/format/format.functions/format_tests.h
Log Message:
-----------
[libc++][format] Improves the handle test.
A formatter using a handle only needs to satisfy the BasicFormatter
requirements. The current test allowed more than that minimum. Changed
it to the minimum to make sure it works.
This was due to a post-commit review comment of @vitaut in D121530.
Reviewed By: ldionne, vitaut, #libc
Differential Revision: https://reviews.llvm.org/D127767
More information about the All-commits
mailing list