[libcxx-commits] [PATCH] D90600: [libcxx] [test] Create symlink_to_dir as the right kind, as a directory symlink
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 2 05:49:43 PST 2020
mstorsjo created this revision.
mstorsjo added a reviewer: libc++.
Herald added a project: libc++.
Herald added 1 blocking reviewer(s): libc++.
mstorsjo requested review of this revision.
This was missed in rG5c39eebc126dca73c086562bbd9598d4d4c7c197 <https://reviews.llvm.org/rG5c39eebc126dca73c086562bbd9598d4d4c7c197>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D90600
Files:
libcxx/test/support/filesystem_test_helper.h
Index: libcxx/test/support/filesystem_test_helper.h
===================================================================
--- libcxx/test/support/filesystem_test_helper.h
+++ libcxx/test/support/filesystem_test_helper.h
@@ -330,7 +330,7 @@
env_.create_file("dir1/file2", 42);
env_.create_file("empty_file");
env_.create_file("non_empty_file", 42);
- env_.create_symlink("dir1", "symlink_to_dir", false);
+ env_.create_symlink("dir1", "symlink_to_dir", false, true);
env_.create_symlink("empty_file", "symlink_to_empty_file", false);
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90600.302252.patch
Type: text/x-patch
Size: 590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201102/94edb9e1/attachment-0001.bin>
More information about the libcxx-commits
mailing list