Edited wiki page through web user interface.

This commit is contained in:
mierle 2008-06-11 08:20:59 +00:00
parent 157153e9bf
commit ced5aa1ff9

View file

@ -3,7 +3,7 @@
= Tips and Frequently-Asked Questions about Google C++ Testing Framework =
If you cannot find the answer to your question here, and you have read
GoogleTestPrimer and GoogleTestAdvanced, send it to
GoogleTestPrimer and GoogleTestAdvancedGuide, send it to
googletestframework@googlegroups.com.
=== My death test modifies some state, but the change seems lost after the death test finishes. Why? ===
@ -657,4 +657,4 @@ the heap, the Visual C++ memory leak detector will report memory leaks at the
end of the program run. The easiest way to avoid this is to use the
`_CrtMemCheckpoint` and `_CrtMemDumpAllObjectsSince` calls to not report any
statically initialized heap objects. See MSDN for more details and additional
heap check/debug routines.
heap check/debug routines.