mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Remove stub of obsolete test
This commit is contained in:
		@@ -253,16 +253,6 @@ TEST_CASE( "Nice descriptive name", "[tag1][tag2][tag3][.]" ) {
 | 
			
		||||
TEST_CASE( "first tag", "[tag1]" ) {}
 | 
			
		||||
TEST_CASE( "second tag", "[tag2]" ) {}
 | 
			
		||||
 | 
			
		||||
//
 | 
			
		||||
//TEST_CASE( "spawn a new process", "[.]" )
 | 
			
		||||
//{
 | 
			
		||||
//    // !TBD Work in progress
 | 
			
		||||
//    char line[200];
 | 
			
		||||
//    FILE* output = popen("./CatchSelfTest ./failing/matchers/StartsWith", "r");
 | 
			
		||||
//    while ( fgets(line, 199, output) )
 | 
			
		||||
//        std::cout << line;
 | 
			
		||||
//}
 | 
			
		||||
 | 
			
		||||
TEST_CASE( "vectors can be sized and resized", "[vector]" ) {
 | 
			
		||||
 | 
			
		||||
    std::vector<int> v( 5 );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user