[libc++][NFC] Fix typo in test

This commit is contained in:
Louis Dionne 2021-10-18 11:21:16 -04:00
parent a77cd55dea
commit 7e5dbcdd59
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
// <chrono>
// class year;
// constexpr bool is_is_leap() const noexcept;
// constexpr bool is_leap() const noexcept;
// y_ % 4 == 0 && (y_ % 100 != 0 || y_ % 400 == 0)
//