This is an archive of the discontinued LLVM Phabricator instance.

Use new FailedWithMessage matcher in DWARFDebugLineTest.cpp
ClosedPublic

Authored by labath on Feb 20 2020, 6:34 AM.

Details

Summary

This should produce slightly better error messages in case of failures.
Only slightly, because this code was pretty careful about that to begin
with -- I've seen code which does much worse.

Event Timeline

labath created this revision.Feb 20 2020, 6:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 20 2020, 6:34 AM
jhenderson accepted this revision.Feb 20 2020, 7:34 AM

LGTM, thanks! I like it!

This revision is now accepted and ready to land.Feb 20 2020, 7:34 AM
This revision was automatically updated to reflect the committed changes.