summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/testutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/testutil.h b/util/testutil.h
index cc67d96..e0e2d64 100644
--- a/util/testutil.h
+++ b/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) \