aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/math/smoke/frexp_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/math/smoke/frexp_test.cpp')
-rw-r--r--libc/test/src/math/smoke/frexp_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/test/src/math/smoke/frexp_test.cpp b/libc/test/src/math/smoke/frexp_test.cpp
index a44aefc..4d078ba 100644
--- a/libc/test/src/math/smoke/frexp_test.cpp
+++ b/libc/test/src/math/smoke/frexp_test.cpp
@@ -10,4 +10,4 @@
#include "src/math/frexp.h"
-LIST_FREXP_TESTS(double, __llvm_libc::frexp)
+LIST_FREXP_TESTS(double, LIBC_NAMESPACE::frexp)