This is an archive of the discontinued LLVM Phabricator instance.

[libTooling][NFC] Switch StencilTest.cpp to use EXPECT_THAT_EXPECTED
ClosedPublic

Authored by ymandel on Sep 24 2019, 10:41 AM.

Details

Summary

Currently, some tests use homegrown matchers to handle llvm::Expected
values. This revision standardizes on EXPECT_THAT_EXPECTED and HasValue.

Event Timeline

ymandel created this revision.Sep 24 2019, 10:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 24 2019, 10:41 AM
This revision is now accepted and ready to land.Sep 25 2019, 1:48 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 25 2019, 1:02 PM