mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Remove useless test
This commit is contained in:
		@@ -390,12 +390,6 @@ TEST_CASE("Commas in various macros are allowed") {
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
TEST_CASE( "null deref", "[.][failing][!nonportable]" ) {
 | 
			
		||||
    CHECK( false );
 | 
			
		||||
    int *x = NULL;
 | 
			
		||||
    *x = 1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
TEST_CASE( "non-copyable objects", "[.][failing]" ) {
 | 
			
		||||
    // Thanks to Agustin Bergé (@k-ballo on the cpplang Slack) for raising this
 | 
			
		||||
    std::type_info const& ti = typeid(int);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user