You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checks if the type is convertible to proto2::Message in order to pretty print protocol buffer messages, whereas in the open source implementation of protobufs, the type seems to be google::protobuf::Message.
The text was updated successfully, but these errors were encountered:
I'm unable to get protocol buffer messages to be pretty printed in my gtest failure messages.
My guess is that
googletest/googletest/include/gtest/internal/gtest-internal.h
Line 907 in 7cc548d
The text was updated successfully, but these errors were encountered: