diff options
author | Mikhail R. Gadelha <mikhail@igalia.com> | 2023-08-30 11:22:04 -0300 |
---|---|---|
committer | Mikhail R. Gadelha <mikhail@igalia.com> | 2023-08-30 11:24:19 -0300 |
commit | 9e34454519898b79975c655ee46048f77490b0d2 (patch) | |
tree | 9d7b823907469c5a0ac5f4826c70283cbe00ac24 /llvm/lib/TextAPI/InterfaceFile.cpp | |
parent | 3a4ad45a2c5e700b0245db85b0364f5a62fa4359 (diff) | |
download | llvm-9e34454519898b79975c655ee46048f77490b0d2.zip llvm-9e34454519898b79975c655ee46048f77490b0d2.tar.gz llvm-9e34454519898b79975c655ee46048f77490b0d2.tar.bz2 |
[libc] Fix test case that expects time_t to be a 32-bit type
This patch changes a test case that tests for overflow when time_t is
32-bit long, however, it was checking size_t instead of time_t.
This in on par with other testcases that correctly check the size of
time_t (asctime_test.cpp, gmtime_r_test.cpp and gmtime_test.cpp).
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D159113
Diffstat (limited to 'llvm/lib/TextAPI/InterfaceFile.cpp')
0 files changed, 0 insertions, 0 deletions