[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 23:33:43 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG11987248c8ae: [libcxx] [test] Create symlink_to_dir as the right kind, as a directory symlink (authored by mstorsjo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90600/new/
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.302475.patch
Type: text/x-patch
Size: 590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201103/a37ec467/attachment.bin>
More information about the libcxx-commits
mailing list