浏览代码

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) \

正在加载...
取消
保存