Explorar el Código

Internal cleanup migrating StatusOr.

PiperOrigin-RevId: 329720018
main
leveldb Team hace 4 años
cometido por Victor Costan
padre
commit
b7d3023269
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      util/testutil.h

+ 1
- 1
util/testutil.h Ver fichero

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

Cargando…
Cancelar
Guardar