summaryrefslogtreecommitdiff
path: root/libc/test/src/math/cos_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/math/cos_test.cpp')
-rw-r--r--libc/test/src/math/cos_test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/test/src/math/cos_test.cpp b/libc/test/src/math/cos_test.cpp
index 484d47fd3e96..e2d47917e545 100644
--- a/libc/test/src/math/cos_test.cpp
+++ b/libc/test/src/math/cos_test.cpp
@@ -50,8 +50,7 @@ TEST_F(LlvmLibcCosTest, TrickyInputs) {
0x1.2b5fe88a9d8d5p+903, 0x1.f6d7518808571p+1023,
-0x1.a880417b7b119p+1023, 0x1.00a33764a0a83p-7,
0x1.fe81868fc47fep+1, 0x1.0da8cc189b47dp-10,
- 0x1.da1838053b866p+5,
-
+ 0x1.da1838053b866p+5, 0x1.ffffffffe854bp199,
};
constexpr int N = sizeof(INPUTS) / sizeof(INPUTS[0]);