This is an archive of the discontinued LLVM Phabricator instance.

Fix pdb-none.test expectaions for output of pdbutil
AbandonedPublic

Authored by sbc100 on Jun 12 2017, 5:47 PM.

Details

Reviewers
zturner
Summary

pdbutil output seems to have changed to include more fields.
This change makes pdb-none.test less fregile in the face
of such changes by using CHECK: rather than CHECK-NEXT:.
I'm assuming the extra interviening fields should not
trigger failure.

Event Timeline

sbc100 created this revision.Jun 12 2017, 5:47 PM

I see you already fixed the failure in r305260 but thought maybe this fix might still be desirable?

sbc100 abandoned this revision.Jun 12 2017, 5:58 PM

sgtm