[libc-commits] [libc] [libc] Fix incomplete sincos_test. (PR #97174)
via libc-commits
libc-commits at lists.llvm.org
Sat Jun 29 14:22:09 PDT 2024
================
@@ -103,18 +103,16 @@ TEST_F(LlvmLibcSincosTest, TrickyInputs) {
}
TEST_F(LlvmLibcSincosTest, InDoubleRange) {
- constexpr uint64_t COUNT = 123'451;
+ constexpr uint64_t COUNT = 123'41;
----------------
lntue wrote:
Some random number, but I should have put it as `12'341` instead
https://github.com/llvm/llvm-project/pull/97174
More information about the libc-commits
mailing list