aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/string/StrchrTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/string/StrchrTest.h')
-rw-r--r--libc/test/src/string/StrchrTest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/test/src/string/StrchrTest.h b/libc/test/src/string/StrchrTest.h
index 71903c9..74e172d 100644
--- a/libc/test/src/string/StrchrTest.h
+++ b/libc/test/src/string/StrchrTest.h
@@ -8,7 +8,7 @@
#include "test/UnitTest/Test.h"
-template <auto Func> struct StrchrTest : public __llvm_libc::testing::Test {
+template <auto Func> struct StrchrTest : public LIBC_NAMESPACE::testing::Test {
void findsFirstCharacter() {
const char *src = "abcde";
@@ -82,7 +82,7 @@ template <auto Func> struct StrchrTest : public __llvm_libc::testing::Test {
}
};
-template <auto Func> struct StrrchrTest : public __llvm_libc::testing::Test {
+template <auto Func> struct StrrchrTest : public LIBC_NAMESPACE::testing::Test {
void findsFirstCharacter() {
const char *src = "abcde";