Closed GoogleCodeExporter closed 9 years ago
As the issue template suggests, please send feature requests to the
googletestframework@googlegroups.com mailing list instead. Thanks.
We've discussed this before. While convenient, this syntax is misleading as it
doesn't match how the expression is parsed by C++. People will have a hard
time figuring out what '"Test with a=" << my_a' means given that it's not a
valid C++ construct.
Please write
SCOPED_TRACE(testing::Message() << "Test with a=" << my_a);
instead.
Original comment by w...@google.com
on 30 Mar 2011 at 7:24
Original issue reported on code.google.com by
igorl...@gmail.com
on 30 Mar 2011 at 7:19