Currently, some tests use homegrown matchers to handle llvm::Expected
values. This revision standardizes on EXPECT_THAT_EXPECTED and HasValue.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D67973
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 25 2019, 1:48 AM Closed by commit rL372918: [libTooling][NFC] Switch StencilTest.cpp to use EXPECT_THAT_EXPECTED (authored by ymandel). · Explain WhySep 25 2019, 1:02 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 221822 cfe/trunk/unittests/Tooling/StencilTest.cpp
|