[llvm] Unittest for Error forwarding, follow-up to PR #92208 (PR #92314)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Thu May 16 11:09:53 PDT 2024
================
@@ -1172,6 +1173,7 @@ TEST(Error, ForwardToExpected) {
};
std::optional<int> MaybeV;
EXPECT_THAT_ERROR(ExpectedReturningFct(true).moveInto(MaybeV), Failed());
----------------
dwblaikie wrote:
Oh, sorry, think I was accidentally looking at a single commit (the last one) in the PR, rather than the whole PR diff. My mistake!
https://github.com/llvm/llvm-project/pull/92314
More information about the llvm-commits
mailing list