Open GoogleCodeExporter opened 9 years ago
Please use the mailing list instead of the issue tracker for feature requests.
Thanks.
The proposed syntax is confusing as the macro argument
"My object is " << MyObject << " and ..."
looks like a C++ expression but actually doesn't parse as one.
You could instead write:
SCOPED_TRACE(testing::Message() << "My object is " << MyObject << " and ...");
which works already.
We could add support for
SCOPED_TRACE() << "My object is " << MyObject << " and ...";
though.
Original comment by w...@google.com
on 4 Jan 2011 at 8:43
Original issue reported on code.google.com by
avia...@gmail.com
on 29 Dec 2010 at 7:19