mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Merge pull request #146 from oshogbo:matchers
PiperOrigin-RevId: 439247791 Change-Id: I631cc3c30f78e5496e1d104717bdc4908b727a0c
This commit is contained in:
commit
e46b7fc50a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user