mirror of
https://github.com/google/googletest.git
synced 2025-04-05 21:45:03 +00:00
Edited wiki page through web user interface.
This commit is contained in:
parent
157153e9bf
commit
ced5aa1ff9
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
Loading…
Add table
Reference in a new issue