summaryrefslogtreecommitdiff
path: root/libc/test/src/math/exp2m1f_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/math/exp2m1f_test.cpp')
-rw-r--r--libc/test/src/math/exp2m1f_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/test/src/math/exp2m1f_test.cpp b/libc/test/src/math/exp2m1f_test.cpp
index a323bdcb94cf..7e9f6b50ce81 100644
--- a/libc/test/src/math/exp2m1f_test.cpp
+++ b/libc/test/src/math/exp2m1f_test.cpp
@@ -38,7 +38,6 @@ TEST_F(LlvmLibcExp2m1fTest, TrickyInputs) {
};
for (float x : INPUTS) {
- libc_errno = 0;
EXPECT_MPFR_MATCH_ALL_ROUNDING(mpfr::Operation::Exp2m1, x,
LIBC_NAMESPACE::exp2m1f(x), 0.5);
}