[libc-commits] [libc] [libc] Fix readlink tests on 32-bit systems (PR #98168)
Mikhail R. Gadelha via libc-commits
libc-commits at lists.llvm.org
Tue Jul 9 11:11:14 PDT 2024
================
@@ -30,17 +31,20 @@ TEST(LlvmLibcReadlinkTest, CreateAndUnlink) {
// 3. Cleanup the symlink created in step #1.
ASSERT_THAT(LIBC_NAMESPACE::symlink(LINK_VAL, LINK), Succeeds(0));
- char buf[sizeof(LINK_VAL)];
----------------
mikhailramalho wrote:
done
https://github.com/llvm/llvm-project/pull/98168
More information about the libc-commits
mailing list