Skip to content

Commit 4cb6257

Browse files
[libc] Remove definition of LIBC_NAMESPACE in test
The canonicalize test added in llvm#85940 defined the LIBC_NAMESPACE macro. this macro is intended to be set only by the build system and never in the code.
1 parent 8cb4eb9 commit 4cb6257

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libc/test/src/math/smoke/CanonicalizeTest.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
#define TEST_REGULAR(x, y, expected) TEST_SPECIAL(x, y, expected, 0)
2424

25-
#define LIBC_NAMESPACE __llvm_libc_19_0_0_git
26-
2725
template <typename T>
2826
class CanonicalizeTest : public LIBC_NAMESPACE::testing::Test {
2927

0 commit comments

Comments
 (0)