소스 검색

Internal cleanup migrating StatusOr.

PiperOrigin-RevId: 329720018
main
leveldb Team 4 년 전
committed by Victor Costan
부모
커밋
b7d3023269
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      util/testutil.h

+ 1
- 1
util/testutil.h 파일 보기

@ -18,7 +18,7 @@ namespace test {
MATCHER(IsOK, "") { return arg.ok(); }
// Macros for testing the results of functions that return leveldb::Status or
// util::StatusOr<T> (for any type T).
// absl::StatusOr<T> (for any type T).
#define EXPECT_LEVELDB_OK(expression) \
EXPECT_THAT(expression, leveldb::test::IsOK())
#define ASSERT_LEVELDB_OK(expression) \

불러오는 중...
취소
저장