Skip to content

Commit 216c7d9

Browse files
committed
[libc][math] fix explogxf test
1 parent fe26786 commit 216c7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/src/math/explogxf_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ TEST_F(LlvmLibcExplogfTest, ExpInFloatRange) {
4444
}
4545

4646
TEST_F(LlvmLibcExplogfTest, LogInFloatRange) {
47-
CHECK_DATA(0.0f, inf, mpfr::Operation::Log, LIBC_NAMESPACE::log_eval,
47+
CHECK_DATA(0.0f, inf, mpfr::Operation::Log, LIBC_NAMESPACE::acoshf_internal::log_eval,
4848
f_normal, def_count, def_prec);
4949
}

0 commit comments

Comments
 (0)