Skip to content

Conversation

@bassiounix
Copy link
Contributor

No description provided.

@bassiounix bassiounix requested a review from lntue July 21, 2025 20:08
@llvmbot llvmbot added the libc label Jul 21, 2025
@llvmbot
Copy link
Member

llvmbot commented Jul 21, 2025

@llvm/pr-subscribers-libc

Author: Muhammad Bassiouni (bassiounix)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/149891.diff

1 Files Affected:

  • (modified) libc/test/src/math/explogxf_test.cpp (+1-1)
diff --git a/libc/test/src/math/explogxf_test.cpp b/libc/test/src/math/explogxf_test.cpp
index ff1181e0c6fd0..8586f67f7544f 100644
--- a/libc/test/src/math/explogxf_test.cpp
+++ b/libc/test/src/math/explogxf_test.cpp
@@ -44,6 +44,6 @@ TEST_F(LlvmLibcExplogfTest, ExpInFloatRange) {
 }
 
 TEST_F(LlvmLibcExplogfTest, LogInFloatRange) {
-  CHECK_DATA(0.0f, inf, mpfr::Operation::Log, LIBC_NAMESPACE::log_eval,
+  CHECK_DATA(0.0f, inf, mpfr::Operation::Log, LIBC_NAMESPACE::acoshf_internal::log_eval,
              f_normal, def_count, def_prec);
 }

@github-actions
Copy link

⚠️ C/C++ code formatter, clang-format found issues in your code. ⚠️

You can test this locally with the following command:
git-clang-format --diff HEAD~1 HEAD --extensions cpp -- libc/test/src/math/explogxf_test.cpp
View the diff from clang-format here.
diff --git a/libc/test/src/math/explogxf_test.cpp b/libc/test/src/math/explogxf_test.cpp
index 8586f67f7..49cc96291 100644
--- a/libc/test/src/math/explogxf_test.cpp
+++ b/libc/test/src/math/explogxf_test.cpp
@@ -44,6 +44,7 @@ TEST_F(LlvmLibcExplogfTest, ExpInFloatRange) {
 }
 
 TEST_F(LlvmLibcExplogfTest, LogInFloatRange) {
-  CHECK_DATA(0.0f, inf, mpfr::Operation::Log, LIBC_NAMESPACE::acoshf_internal::log_eval,
-             f_normal, def_count, def_prec);
+  CHECK_DATA(0.0f, inf, mpfr::Operation::Log,
+             LIBC_NAMESPACE::acoshf_internal::log_eval, f_normal, def_count,
+             def_prec);
 }

@bassiounix bassiounix merged commit 96548db into llvm:main Jul 21, 2025
12 of 19 checks passed
@bassiounix bassiounix deleted the fix-explogf-test branch July 21, 2025 20:14
mahesh-attarde pushed a commit to mahesh-attarde/llvm-project that referenced this pull request Jul 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants