aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/HypotTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/math/smoke/HypotTest.h')
-rw-r--r--libc/test/src/math/smoke/HypotTest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/test/src/math/smoke/HypotTest.h b/libc/test/src/math/smoke/HypotTest.h
index 084dbc4..22c2fe4 100644
--- a/libc/test/src/math/smoke/HypotTest.h
+++ b/libc/test/src/math/smoke/HypotTest.h
@@ -16,10 +16,10 @@
#include <math.h>
template <typename T>
-class HypotTestTemplate : public __llvm_libc::testing::Test {
+class HypotTestTemplate : public LIBC_NAMESPACE::testing::Test {
private:
using Func = T (*)(T, T);
- using FPBits = __llvm_libc::fputil::FPBits<T>;
+ using FPBits = LIBC_NAMESPACE::fputil::FPBits<T>;
using UIntType = typename FPBits::UIntType;
const T nan = T(FPBits::build_quiet_nan(1));
const T inf = T(FPBits::inf());