mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Remove spurious test following merge
This commit is contained in:
		@@ -445,9 +445,3 @@ TEST_CASE( "Bitfields can be captured (#1027)" ) {
 | 
				
			|||||||
    REQUIRE( y.v == 0 );
 | 
					    REQUIRE( y.v == 0 );
 | 
				
			||||||
    REQUIRE( 0 == y.v );
 | 
					    REQUIRE( 0 == y.v );
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					 | 
				
			||||||
TEST_CASE( "null deref", "[.][failing][!nonportable]" ) {
 | 
					 | 
				
			||||||
    CHECK( false );
 | 
					 | 
				
			||||||
    int *x = NULL;
 | 
					 | 
				
			||||||
    *x = 1;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user