aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/time/TmHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/time/TmHelper.h')
-rw-r--r--libc/test/src/time/TmHelper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/test/src/time/TmHelper.h b/libc/test/src/time/TmHelper.h
index 54d9f4e..1920203 100644
--- a/libc/test/src/time/TmHelper.h
+++ b/libc/test/src/time/TmHelper.h
@@ -13,9 +13,9 @@
#include "src/time/time_utils.h"
-using __llvm_libc::time_utils::TimeConstants;
+using LIBC_NAMESPACE::time_utils::TimeConstants;
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
namespace tmhelper {
namespace testing {
@@ -37,6 +37,6 @@ static inline void initialize_tm_data(struct tm *tm_data, int year, int month,
} // namespace testing
} // namespace tmhelper
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_TEST_SRC_TIME_TM_HELPER_H