aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/hypot_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/math/smoke/hypot_test.cpp')
-rw-r--r--libc/test/src/math/smoke/hypot_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/test/src/math/smoke/hypot_test.cpp b/libc/test/src/math/smoke/hypot_test.cpp
index f865b9f..dd12790 100644
--- a/libc/test/src/math/smoke/hypot_test.cpp
+++ b/libc/test/src/math/smoke/hypot_test.cpp
@@ -13,5 +13,5 @@
using LlvmLibcHypotTest = HypotTestTemplate<double>;
TEST_F(LlvmLibcHypotTest, SpecialNumbers) {
- test_special_numbers(&__llvm_libc::hypot);
+ test_special_numbers(&LIBC_NAMESPACE::hypot);
}