-
#include "tensorstore/util/status_testutil.h" - TENSORSTORE_ASSERT_OK(expr);
Same as
TENSORSTORE_EXPECT_OK, but returns in the case of an error.
#include "tensorstore/util/status_testutil.h"Same as TENSORSTORE_EXPECT_OK, but returns in the case of an error.