forked from OSchip/llvm-project
[libc++][NFC] Fix typo in test
This commit is contained in:
parent
a77cd55dea
commit
7e5dbcdd59
|
@ -10,7 +10,7 @@
|
||||||
// <chrono>
|
// <chrono>
|
||||||
// class year;
|
// class year;
|
||||||
|
|
||||||
// constexpr bool is_is_leap() const noexcept;
|
// constexpr bool is_leap() const noexcept;
|
||||||
// y_ % 4 == 0 && (y_ % 100 != 0 || y_ % 400 == 0)
|
// y_ % 4 == 0 && (y_ % 100 != 0 || y_ % 400 == 0)
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue