summaryrefslogtreecommitdiff
path: root/libc/test/src/math/exp10m1f_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/math/exp10m1f_test.cpp')
-rw-r--r--libc/test/src/math/exp10m1f_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/test/src/math/exp10m1f_test.cpp b/libc/test/src/math/exp10m1f_test.cpp
index 613fdebab596..009c85d6cc45 100644
--- a/libc/test/src/math/exp10m1f_test.cpp
+++ b/libc/test/src/math/exp10m1f_test.cpp
@@ -69,7 +69,6 @@ TEST_F(LlvmLibcExp10m1fTest, TrickyInputs) {
};
for (float x : INPUTS) {
- libc_errno = 0;
EXPECT_MPFR_MATCH_ALL_ROUNDING(mpfr::Operation::Exp10m1, x,
LIBC_NAMESPACE::exp10m1f(x), 0.5);
}