mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 15:26:11 +01:00
Disabled WIP code
This commit is contained in:
parent
803f6b7e4b
commit
47f679ef21
@ -304,12 +304,12 @@ TEST_CASE( "first tag", "[tag1]" )
|
|||||||
TEST_CASE( "second tag", "[tag2]" )
|
TEST_CASE( "second tag", "[tag2]" )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
//
|
||||||
TEST_CASE( "spawn a new process", "[hide]" )
|
//TEST_CASE( "spawn a new process", "[hide]" )
|
||||||
{
|
//{
|
||||||
// !TBD Work in progress
|
// // !TBD Work in progress
|
||||||
char line[200];
|
// char line[200];
|
||||||
FILE* output = popen("./CatchSelfTest ./failing/matchers/StartsWith", "r");
|
// FILE* output = popen("./CatchSelfTest ./failing/matchers/StartsWith", "r");
|
||||||
while ( fgets(line, 199, output) )
|
// while ( fgets(line, 199, output) )
|
||||||
std::cout << line;
|
// std::cout << line;
|
||||||
}
|
//}
|
||||||
|
Loading…
Reference in New Issue
Block a user