Merge pull request #3951 from matdibu:main
PiperOrigin-RevId: 464546862 Change-Id: I6ee696f4f66a5f76015a36737b5cde5edc91a9bc
This commit is contained in:
		@@ -284,7 +284,7 @@ enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
 | 
				
			|||||||
// message is propagated back to the parent process.  Otherwise, the
 | 
					// message is propagated back to the parent process.  Otherwise, the
 | 
				
			||||||
// message is simply printed to stderr.  In either case, the program
 | 
					// message is simply printed to stderr.  In either case, the program
 | 
				
			||||||
// then exits with status 1.
 | 
					// then exits with status 1.
 | 
				
			||||||
static void DeathTestAbort(const std::string& message) {
 | 
					[[noreturn]] static void DeathTestAbort(const std::string& message) {
 | 
				
			||||||
  // On a POSIX system, this function may be called from a threadsafe-style
 | 
					  // On a POSIX system, this function may be called from a threadsafe-style
 | 
				
			||||||
  // death test child process, which operates on a very small stack.  Use
 | 
					  // death test child process, which operates on a very small stack.  Use
 | 
				
			||||||
  // the heap for any additional non-minuscule memory requirements.
 | 
					  // the heap for any additional non-minuscule memory requirements.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user