This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ][z/OS] Fix No such file or directory expression error matching in lit tests
ClosedPublic

Authored by abhina.sreeskantharajan on Jan 7 2021, 8:54 AM.

Diff Detail

Event Timeline

abhina.sreeskantharajan requested review of this revision.Jan 7 2021, 8:54 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 7 2021, 8:54 AM
muiez accepted this revision.Jan 7 2021, 8:59 AM
This revision is now accepted and ready to land.Jan 7 2021, 8:59 AM

There was an extra ^M carriage return at the end of two lines in lld/test/COFF/pdb-type-server-invalid-signature.yaml CHECK lines. This update removes them.