mirror of
				https://github.com/fmtlib/fmt.git
				synced 2025-11-02 23:21:45 +01:00 
			
		
		
		
	test: assert-test: fix typo in else-branch of EXPECT_DEBUG_DEATH_IF_SUPPORTED
Patch by Ievgen Liubymkin (jackyf).
This commit is contained in:
		@@ -13,7 +13,7 @@
 | 
			
		||||
    EXPECT_DEBUG_DEATH(statement, regex)
 | 
			
		||||
#else
 | 
			
		||||
#  define EXPECT_DEBUG_DEATH_IF_SUPPORTED(statement, regex) \
 | 
			
		||||
    GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, )
 | 
			
		||||
    GTEST_UNSUPPORTED_DEATH_TEST(statement, regex, )
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
TEST(AssertTest, Fail) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user