[libcxx-commits] [PATCH] D117638: [libcxx] chrono::month_weekday should not be default constructible
Casey Carter via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 20 11:53:13 PST 2022
CaseyCarter marked an inline comment as done.
CaseyCarter added inline comments.
================
Comment at: libcxx/test/std/utilities/time/time.cal/time.cal.ym/time.cal.ym.nonmembers/comparisons.pass.cpp:61
// same month, different years
- for (int i = 1000; i < 20; ++i)
----------------
Mordante wrote:
> Please fix this indention before landing, same applies to the tests below.
Done - I audited everything under `test/std/utilities/time.cal`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117638/new/
https://reviews.llvm.org/D117638
More information about the libcxx-commits
mailing list