Skip to content

Commit b7d3023

Browse files
leveldb Teampwnall
leveldb Team
authored andcommittedOct 7, 2020
Internal cleanup migrating StatusOr.
PiperOrigin-RevId: 329720018
1 parent 1454924 commit b7d3023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎util/testutil.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace test {
1818
MATCHER(IsOK, "") { return arg.ok(); }
1919

2020
// Macros for testing the results of functions that return leveldb::Status or
21-
// util::StatusOr<T> (for any type T).
21+
// absl::StatusOr<T> (for any type T).
2222
#define EXPECT_LEVELDB_OK(expression) \
2323
EXPECT_THAT(expression, leveldb::test::IsOK())
2424
#define ASSERT_LEVELDB_OK(expression) \

0 commit comments

Comments
 (0)
Please sign in to comment.