Skip to content

Commit 8d3e591

Browse files
bassiounixmahesh-attarde
authored andcommitted
[libc][math] fix explogxf test (llvm#149891)
1 parent 734944d commit 8d3e591

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libc/test/src/math/explogxf_test.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ TEST_F(LlvmLibcExplogfTest, ExpInFloatRange) {
4444
}
4545

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

0 commit comments

Comments
 (0)