aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/stdlib/AtoiTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/stdlib/AtoiTest.h')
-rw-r--r--libc/test/src/stdlib/AtoiTest.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/test/src/stdlib/AtoiTest.h b/libc/test/src/stdlib/AtoiTest.h
index 923489d..8570182 100644
--- a/libc/test/src/stdlib/AtoiTest.h
+++ b/libc/test/src/stdlib/AtoiTest.h
@@ -11,9 +11,10 @@
#include <limits.h>
-using __llvm_libc::cpp::is_same_v;
+using LIBC_NAMESPACE::cpp::is_same_v;
-template <typename ReturnT> struct AtoTest : public __llvm_libc::testing::Test {
+template <typename ReturnT>
+struct AtoTest : public LIBC_NAMESPACE::testing::Test {
using FunctionT = ReturnT (*)(const char *);
void validNumbers(FunctionT func) {