mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-31 17:07:52 +00:00
changed remaining cmd line checks to cmd.raiseError
This commit is contained in:
parent
8d02b9306d
commit
535edcb73b
2 changed files with 11 additions and 11 deletions
|
@ -112,7 +112,7 @@ TEST_CASE( "selftest/parser", "" ) {
|
|||
Catch::Config config;
|
||||
CHECK( parseIntoConfig( argv, config ) == false );
|
||||
|
||||
REQUIRE_THAT( config.getMessage(), Contains( "none" ) );
|
||||
REQUIRE_THAT( config.getMessage(), Contains( "at least one" ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue