Assertions like EXPECT_EQ() require the arguments to have a << operator.
EXPECT_THAT() doesn't have this requirement as it uses the gmock printer
which can print anything.
We should switch EXPECT_EQ() etc to use the gmock printer.
Original issue reported on code.google.com by w...@google.com on 16 Mar 2010 at 8:20
Original issue reported on code.google.com by
w...@google.com
on 16 Mar 2010 at 8:20