aboutsummaryrefslogtreecommitdiff
path: root/libc/test/UnitTest/PrintfMatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/UnitTest/PrintfMatcher.cpp')
-rw-r--r--libc/test/UnitTest/PrintfMatcher.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/test/UnitTest/PrintfMatcher.cpp b/libc/test/UnitTest/PrintfMatcher.cpp
index 019eafc..e895da2b 100644
--- a/libc/test/UnitTest/PrintfMatcher.cpp
+++ b/libc/test/UnitTest/PrintfMatcher.cpp
@@ -16,7 +16,7 @@
#include <stdint.h>
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
namespace testing {
using printf_core::FormatFlags;
@@ -94,4 +94,4 @@ void FormatSectionMatcher::explainError() {
}
} // namespace testing
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE