Googletest export
internal change PiperOrigin-RevId: 308648034
This commit is contained in:
		
				
					committed by
					
						
						Gennadiy Rozental
					
				
			
			
				
	
			
			
			
						parent
						
							ef25d27d46
						
					
				
				
					commit
					1293297874
				
			@@ -257,8 +257,8 @@ Stack trace:
 | 
				
			|||||||
...
 | 
					...
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Tip 1:** If you run the test from an Emacs buffer, you can hit <Enter> on the
 | 
					**Tip 1:** If you run the test from an Emacs buffer, you can hit `<Enter>` on
 | 
				
			||||||
line number to jump right to the failed expectation.
 | 
					the line number to jump right to the failed expectation.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Tip 2:** If your mock objects are never deleted, the final verification won't
 | 
					**Tip 2:** If your mock objects are never deleted, the final verification won't
 | 
				
			||||||
happen. Therefore it's a good idea to turn on the heap checker in your tests
 | 
					happen. Therefore it's a good idea to turn on the heap checker in your tests
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user