What steps will reproduce the problem?
1. Build a Windows Mobile gtest app with a failing assertion.
2. Run it
What is the expected output? What do you see instead?
The assertion failure should only print once. Instead it is printed twice.
I am looking at the output in the debug window of visual studio and also in
the output console you can turn on for the device emulator.
What version of the product are you using? On what operating system?
trunk
Please provide any additional information below.
The reason is that it does a printf and also does an OutputDebugString. On
Windows CE the two are basically the same thing (I'm pretty sure one calls
the other).
Original issue reported on code.google.com by dalewk...@gmail.com on 12 Sep 2009 at 11:10
Original issue reported on code.google.com by
dalewk...@gmail.com
on 12 Sep 2009 at 11:10