Remove stub of obsolete test

This commit is contained in:
Martin Hořeňovský 2021-09-27 14:45:39 +02:00
parent fb4153e05e
commit 7bb00a42be
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 0 additions and 10 deletions

View File

@ -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 );