Skip to content

Commit

Permalink
Merge pull request #146 from oshogbo:matchers
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 439247791
Change-Id: I631cc3c30f78e5496e1d104717bdc4908b727a0c
  • Loading branch information
copybara-github committed Apr 4, 2022
2 parents 3afdedd + aae8ba4 commit e46b7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandboxed_api/util/status_matchers.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define SAPI_ASSERT_OK_AND_ASSIGN_IMPL(statusor, lhs, rexpr) \
auto statusor = (rexpr); \
ASSERT_THAT(statusor.status(), ::sapi::IsOk()); \
lhs = std::move(statusor).value();
lhs = std::move(statusor).value()

namespace sapi {
namespace internal {
Expand Down

0 comments on commit e46b7fc

Please sign in to comment.