Removed debug output
This commit is contained in:
parent
b480b47b4c
commit
7f7e27d6a3
@ -19,7 +19,6 @@ TEST_F(ProgramOptionsParserDeathTest, MissingAllOptions) {
|
||||
parse({"./myExecutable"}),
|
||||
"Usage:"
|
||||
);
|
||||
std::cout << "exited" << std::endl;
|
||||
}
|
||||
|
||||
TEST_F(ProgramOptionsParserDeathTest, MissingDir) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user