diff options
author | Andy Getzendanner <durandal@google.com> | 2024-07-03 11:14:24 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-07-03 11:15:25 -0700 |
commit | 6e701508ea7505a8316f44a3ace6abcea585f287 (patch) | |
tree | 01c3164b91a051fadcb60a28737f09e7bf72def4 /absl/log/internal/test_matchers.h | |
parent | 0d9c2fc763dd766b868665a302ff4526748c4b36 (diff) | |
download | abseil-6e701508ea7505a8316f44a3ace6abcea585f287.tar.gz abseil-6e701508ea7505a8316f44a3ace6abcea585f287.tar.bz2 abseil-6e701508ea7505a8316f44a3ace6abcea585f287.zip |
Encode some additional metadata when writing protobuf-encoded logs.
PiperOrigin-RevId: 649138261
Change-Id: I8687eb7b06cc9e96779d1d3e98b44b4f643c95a8
Diffstat (limited to 'absl/log/internal/test_matchers.h')
-rw-r--r-- | absl/log/internal/test_matchers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/log/internal/test_matchers.h b/absl/log/internal/test_matchers.h index fc653a91..906eda24 100644 --- a/absl/log/internal/test_matchers.h +++ b/absl/log/internal/test_matchers.h @@ -62,7 +62,7 @@ namespace log_internal { const ::testing::Matcher<absl::Time>& timestamp); // Matches if the `LogEntry`'s timestamp falls after the instantiation of this // matcher and before its execution, as is normal when used with EXPECT_CALL. -::testing::Matcher<const absl::LogEntry&> TimestampInMatchWindow(); +::testing::Matcher<absl::Time> InMatchWindow(); ::testing::Matcher<const absl::LogEntry&> ThreadID( const ::testing::Matcher<absl::LogEntry::tid_t>&); ::testing::Matcher<const absl::LogEntry&> TextMessageWithPrefixAndNewline( |