alexzzp/googletest

Patch for /trunk/samples/sample5_unittest.cc

Opened this issue · 1 comments

start_time wasn't initialized. Is this correction valid?

Original issue reported on code.google.com by k.cheta...@gmail.com on 8 Jan 2014 at 9:52

Attachments:

It is initialized on SetUp().
The attached patch creates a local variable start_time_ and leaves the member 
uninitialized.
Is there a specific compiler or runtime error that this is trying to fix?

Original comment by sbe...@google.com on 16 Apr 2014 at 6:13