I assume we want to keep type of item (file vs dir) consistent between:
- Scoped*
- VFSWriter.add*
- Lower->add*
I based the fix on what type was used for mapping but not sure if that's exactly the case we want to have covered - happy to change it.
Paths
| Differential D79550
[YAMLVFSWriter][Tests] Fix YAMLVFSWriterTest ClosedPublic Authored by jkorous on May 6 2020, 10:03 PM.
Details
Summary I assume we want to keep type of item (file vs dir) consistent between:
I based the fix on what type was used for mapping but not sure if that's exactly the case we want to have covered - happy to change it.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 7 2020, 10:33 AM Closed by commit rG5c145034e688: [YAMLVFSWriter][Tests] Fix YAMLVFSWriterTest (authored by jkorous). · Explain WhyMay 7 2020, 10:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 262696 llvm/unittests/Support/VirtualFileSystemTest.cpp
|