Skip to content

Commit 01a4ea7

Browse files
Zie Weavercopybara-github
authored andcommitted
Correct the supported features of Status Matchers
PiperOrigin-RevId: 825711552 Change-Id: Ie0983c7decdcd5e1aee628a0ceef3ee76bc7cb17
1 parent aed1a5e commit 01a4ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

absl/status/status_matchers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// ABSL_ASSERT_OK(s)
2727
// =================
2828
// Convenience macros for `EXPECT_THAT(s, IsOk())`, where `s` is either
29-
// a `Status` or a `StatusOr<T>` or a `StatusProto`.
29+
// a `Status` or a `StatusOr<T>`.
3030
//
3131
// There are no EXPECT_NOT_OK/ASSERT_NOT_OK macros since they would not
3232
// provide much value (when they fail, they would just print the OK status

0 commit comments

Comments
 (0)