aboutsummaryrefslogtreecommitdiff
path: root/libc/test/UnitTest/BazelFilePath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/UnitTest/BazelFilePath.cpp')
-rw-r--r--libc/test/UnitTest/BazelFilePath.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/test/UnitTest/BazelFilePath.cpp b/libc/test/UnitTest/BazelFilePath.cpp
index 7bee46c..7973086 100644
--- a/libc/test/UnitTest/BazelFilePath.cpp
+++ b/libc/test/UnitTest/BazelFilePath.cpp
@@ -13,7 +13,7 @@
#include "src/__support/CPP/string.h"
#include "src/__support/c_string.h"
-namespace __llvm_libc::testing {
+namespace LIBC_NAMESPACE::testing {
CString libc_make_test_file_path_func(const char *file_name) {
// This is the path to the folder bazel wants the test outputs written to.
@@ -22,4 +22,4 @@ CString libc_make_test_file_path_func(const char *file_name) {
return cpp::string(UNDECLARED_OUTPUTS_PATH) + file_name;
}
-} // namespace __llvm_libc::testing
+} // namespace LIBC_NAMESPACE::testing