[libc-commits] [libc] [libc][realpath][test] Create test files/directories (PR #209369)
Jackson Stogel via libc-commits
libc-commits at lists.llvm.org
Fri Jul 17 10:54:36 PDT 2026
================
@@ -61,13 +212,61 @@ TEST_F(LlvmLibcRealpathTest, OkIfPathArgIsExactlyMaxSize) {
ASSERT_STREQ(realpath_buffered(s), "/");
}
+// Creates a test directory that has an absolute path with exactpy
----------------
jtstogel wrote:
Thanks, done
https://github.com/llvm/llvm-project/pull/209369
More information about the libc-commits
mailing list