This is an archive of the discontinued LLVM Phabricator instance.

[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:

  • 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.

Diff Detail

Event Timeline

jkorous created this revision.May 6 2020, 10:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 6 2020, 10:03 PM
JDevlieghere accepted this revision.May 7 2020, 10:33 AM
This revision is now accepted and ready to land.May 7 2020, 10:33 AM
This revision was automatically updated to reflect the committed changes.