[libc-commits] [libc] [libc] Fix incomplete sincos_test. (PR #97174)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Sat Jun 29 11:41:12 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;
----------------
jhuber6 wrote:

Is this supposed to be `12345`?

https://github.com/llvm/llvm-project/pull/97174


More information about the libc-commits mailing list