[libc] Remove definition of LIBC_NAMESPACE in test (#86704)

The canonicalize test added in #85940 defined the LIBC_NAMESPACE macro.
this macro is intended to be set only by the build system and never in
the code.
This commit is contained in:
Michael Jones 2024-03-26 12:51:40 -07:00 committed by GitHub
parent 982ebeb212
commit 4c72cfa317
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,8 +22,6 @@
#define TEST_REGULAR(x, y, expected) TEST_SPECIAL(x, y, expected, 0)
#define LIBC_NAMESPACE __llvm_libc_19_0_0_git
template <typename T>
class CanonicalizeTest : public LIBC_NAMESPACE::testing::Test {