summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2023-07-07 20:42:49 (GMT)
committerCopybara-Service <copybara-worker@google.com>2023-07-07 20:43:30 (GMT)
commit4a1a299b206ba250a4318f74938ea67c75c3c0c9 (patch)
tree28f287353c1cf3362307013043a5fb86cff244c9
parentbe03d00f5f0cc3a997d1a368bee8a1fe93651f48 (diff)
downloadgoogletest-4a1a299b206ba250a4318f74938ea67c75c3c0c9.zip
googletest-4a1a299b206ba250a4318f74938ea67c75c3c0c9.tar.gz
googletest-4a1a299b206ba250a4318f74938ea67c75c3c0c9.tar.bz2
Update docstring of PrintWithFallback(..) to reflect the recently changed ordering.
PiperOrigin-RevId: 546373360 Change-Id: I2538b45d8c7710592071cc352da6771480c324e6
-rw-r--r--googletest/include/gtest/gtest-printers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest-printers.h b/googletest/include/gtest/gtest-printers.h
index 9a765fd..bcdecd1 100644
--- a/googletest/include/gtest/gtest-printers.h
+++ b/googletest/include/gtest/gtest-printers.h
@@ -298,8 +298,8 @@ struct FindFirstPrinter<
// - Print containers (they have begin/end/etc).
// - Print function pointers.
// - Print object pointers.
-// - Use the stream operator, if available.
// - Print protocol buffers.
+// - Use the stream operator, if available.
// - Print types convertible to BiggestInt.
// - Print types convertible to StringView, if available.
// - Fallback to printing the raw bytes of the object.